Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 21, 2024
1 parent 0666d9d commit 6f8cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
getattr(resources, 'files')
getattr(resources, 'as_file')
except (ImportError, AttributeError):
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]


@contextlib.contextmanager
Expand Down

0 comments on commit 6f8cc1e

Please sign in to comment.