1 parent 5266521 commit 8fd5414Copy full SHA for 8fd5414
git/types.py
@@ -8,7 +8,7 @@
8
9
10
if sys.version_info[:2] >= (3, 8):
11
- from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
+ from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
12
else:
13
from typing_extensions import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
14
0 commit comments