Skip to content

Commit

Permalink
Imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 31, 2024
1 parent 7b61b33 commit 00fd343
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions async_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
from typing import Optional, Type


if sys.version_info >= (3, 8):
from typing import final
else:
from typing_extensions import final
from typing import final


if sys.version_info >= (3, 11):
Expand Down

0 comments on commit 00fd343

Please sign in to comment.