Skip to content

Commit 8e883fc

Browse files
authored
Type hint untyped test function to appease mypy
1 parent 9cb68a4 commit 8e883fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_parallelcompat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_raise_on_mixed_array_types(self, register_dummy_chunkmanager) -> None:
222222
get_chunked_array_type(*[dask_arr, dummy_arr])
223223

224224

225-
def test_bogus_entrypoint():
225+
def test_bogus_entrypoint() -> None:
226226
# Create a bogus entry-point as if the user broke their setup.cfg
227227
# or is actively developing their new chunk manager
228228
entry_point = EntryPoint(

0 commit comments

Comments
 (0)