Skip to content

Commit 4ee2963

Browse files
authored
pep8
1 parent 6e4c11f commit 4ee2963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray/tests/test_dask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ def test_lazy_array_equiv():
12271227
]:
12281228
xr.merge([lons1, lons2], compat=compat)
12291229

1230-
1230+
12311231
@pytest.mark.parametrize(
12321232
"obj", [make_da(), make_da().compute(), make_ds(), make_ds().compute()]
12331233
)
@@ -1314,4 +1314,4 @@ def test_normalize_token_with_backend(map_ds):
13141314
with create_tmp_file(allow_cleanup_failure=ON_WINDOWS) as tmp_file:
13151315
map_ds.to_netcdf(tmp_file)
13161316
read = xr.open_dataset(tmp_file)
1317-
assert not dask.base.tokenize(map_ds) == dask.base.tokenize(read)
1317+
assert not dask.base.tokenize(map_ds) == dask.base.tokenize(read)

0 commit comments

Comments
 (0)