Skip to content

Commit 00fd343

Browse files
committed
Imports cleanup
1 parent 7b61b33 commit 00fd343

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

async_timeout/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
from typing import Optional, Type
77

88

9-
if sys.version_info >= (3, 8):
10-
from typing import final
11-
else:
12-
from typing_extensions import final
9+
from typing import final
1310

1411

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

0 commit comments

Comments
 (0)