Skip to content

Commit 6f8cc1e

Browse files
committed
🧎‍♀️ Genuflect to the types.
1 parent 0666d9d commit 6f8cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
getattr(resources, 'files')
1919
getattr(resources, 'as_file')
2020
except (ImportError, AttributeError):
21-
import importlib_resources as resources # type: ignore[import-not-found, no-redef]
21+
import importlib_resources as resources # type: ignore[import-not-found, no-redef, unused-ignore]
2222

2323

2424
@contextlib.contextmanager

0 commit comments

Comments
 (0)