Skip to content

Commit 68566f3

Browse files
committed
fix black formatting
1 parent c14f9d1 commit 68566f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xarray/tests/test_backends.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,9 +3007,7 @@ def test_open_mfdataset_concat_dim_default_none(self):
30073007
data = Dataset({"x": 0})
30083008
data.to_netcdf(tmp1)
30093009
Dataset({"x": np.nan}).to_netcdf(tmp2)
3010-
with open_mfdataset(
3011-
[tmp1, tmp2], combine="nested"
3012-
) as actual:
3010+
with open_mfdataset([tmp1, tmp2], combine="nested") as actual:
30133011
assert_identical(data, actual)
30143012

30153013
def test_open_dataset(self):

0 commit comments

Comments
 (0)