Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed May 13, 2020
1 parent c14f9d1 commit 68566f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xarray/tests/test_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3007,9 +3007,7 @@ def test_open_mfdataset_concat_dim_default_none(self):
data = Dataset({"x": 0})
data.to_netcdf(tmp1)
Dataset({"x": np.nan}).to_netcdf(tmp2)
with open_mfdataset(
[tmp1, tmp2], combine="nested"
) as actual:
with open_mfdataset([tmp1, tmp2], combine="nested") as actual:
assert_identical(data, actual)

def test_open_dataset(self):
Expand Down

0 comments on commit 68566f3

Please sign in to comment.