Skip to content

Commit c4ef277

Browse files
ignore mypy error
1 parent 922e215 commit c4ef277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_set_up_dask_client_default() -> None:
107107
# Shut down a client if it exists
108108
try:
109109
client = get_client()
110-
client.shutdown()
110+
client.shutdown() # type: ignore[no-untyped-call]
111111
except ValueError:
112112
pass
113113
finally:

0 commit comments

Comments
 (0)