We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0666d9d commit 6f8cc1eCopy full SHA for 6f8cc1e
tests/fixtures.py
@@ -18,7 +18,7 @@
18
getattr(resources, 'files')
19
getattr(resources, 'as_file')
20
except (ImportError, AttributeError):
21
- import importlib_resources as resources # type: ignore[import-not-found, no-redef]
+ import importlib_resources as resources # type: ignore[import-not-found, no-redef, unused-ignore]
22
23
24
@contextlib.contextmanager
0 commit comments