Skip to content

Commit 3c8ce0f

Browse files
authored
Fix mypy CI (#6898)
1 parent c8607e1 commit 3c8ce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_backends_file_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_file_manager_autoclose(warn_for_unclosed_files) -> None:
5353
if warn_for_unclosed_files:
5454
ctx = pytest.warns(RuntimeWarning)
5555
else:
56-
ctx = assert_no_warnings()
56+
ctx = assert_no_warnings() # type: ignore
5757

5858
with set_options(warn_for_unclosed_files=warn_for_unclosed_files):
5959
with ctx:

0 commit comments

Comments
 (0)