Skip to content

Commit e4fba38

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2e80b71 commit e4fba38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xarray/tests/test_backends.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,9 @@ def test_mask_and_scale(self, dtype) -> None:
15861586

15871587
@pytest.mark.parametrize("dtype", [np.float32, np.float64])
15881588
@pytest.mark.parametrize("offset_cf_conforming", [True, False])
1589-
def test_mask_and_scale_non_cf_conforming(self, dtype, offset_cf_conforming) -> None:
1589+
def test_mask_and_scale_non_cf_conforming(
1590+
self, dtype, offset_cf_conforming
1591+
) -> None:
15901592
with create_tmp_file() as tmp_file:
15911593
with nc4.Dataset(tmp_file, mode="w") as nc:
15921594
nc.createDimension("t", 5)

0 commit comments

Comments
 (0)