We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b61b33 commit 00fd343Copy full SHA for 00fd343
1 file changed
async_timeout/__init__.py
@@ -6,10 +6,7 @@
6
from typing import Optional, Type
7
8
9
-if sys.version_info >= (3, 8):
10
- from typing import final
11
-else:
12
- from typing_extensions import final
+from typing import final
13
14
15
if sys.version_info >= (3, 11):
0 commit comments