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 Jun 4, 2024
1 parent 59f852a commit aab60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat/py39.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from importlib.abc import Traversable
except ImportError:
# Python 3.8
from importlib_resources.abc import Traversable
from importlib_resources.abc import Traversable # type: ignore[no-redef]


__all__ = ['Traversable']

0 comments on commit aab60f4

Please sign in to comment.