Skip to content

Commit 8fd5414

Browse files
committed
Flake 8 fix
1 parent 5266521 commit 8fd5414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
if sys.version_info[:2] >= (3, 8):
11-
from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
11+
from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
1212
else:
1313
from typing_extensions import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401
1414

0 commit comments

Comments
 (0)