Skip to content

Commit 4073a24

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 093bf50 commit 4073a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ async def test_indexing(self, memorystore) -> None:
191191

192192
# test vectorized indexing
193193
# TODO this shouldn't pass! I haven't implemented async vectorized indexing yet...
194-
indexer = xr.DataArray([2, 3], dims=['x'])
194+
indexer = xr.DataArray([2, 3], dims=["x"])
195195
result = await ds.foo[indexer].load_async()
196196
xrt.assert_identical(result, ds.foo[indexer].load())

0 commit comments

Comments
 (0)