Skip to content

Commit

Permalink
Update typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Oct 22, 2024
1 parent d145e06 commit 1d11a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/particle/_compat/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
if sys.version_info < (3, 9):
from importlib_resources.abc import Traversable
elif sys.version_info < (3, 11):
# pylint: disable-next=deprecated-class
from importlib.abc import Traversable
else:
from importlib.resources.abc import Traversable
Expand Down

0 comments on commit 1d11a5c

Please sign in to comment.