Skip to content

Commit

Permalink
Apply ruff/pygrep-hooks rule PGH003
Browse files Browse the repository at this point in the history
PGH003 Use specific rule codes when ignoring type issues
  • Loading branch information
DimitriPapadopoulos committed Oct 31, 2024
1 parent e11bbf4 commit 06ba91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nireports/assembler/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
try: # Prefer backport to leave consistency to dependency spec
from importlib_resources import as_file, files
except ImportError:
from importlib.resources import as_file, files # type: ignore
from importlib.resources import as_file, files

try: # Prefer stdlib so Sphinx can link to authoritative documentation
from importlib.resources.abc import Traversable
Expand Down

0 comments on commit 06ba91a

Please sign in to comment.