We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266521 commit 8fd5414Copy full SHA for 8fd5414
git/types.py
@@ -8,7 +8,7 @@
8
9
10
ifsys.version_info[:2] >= (3, 8):
11
-fromtypingimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
+fromtypingimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
12
else:
13
fromtyping_extensionsimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
14
0 commit comments