Skip to content

Commit

Permalink
chore: fix mypy AGAIN (breaking on CI, not locally)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 24, 2021
1 parent 2836dac commit 2575481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nitpick/style/fetchers/pypackage.py
Expand Up @@ -8,7 +8,7 @@

try:
from importlib.abc import Traversable # type: ignore[attr-defined]
from importlib.resources import files
from importlib.resources import files # type: ignore[attr-defined]
except ImportError:
from importlib_resources import files
from importlib_resources.abc import Traversable
Expand Down

0 comments on commit 2575481

Please sign in to comment.