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‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
ifsys.version_info[:2] >= (3, 8):
11-
fromtypingimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
11+
fromtypingimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
1212
else:
1313
fromtyping_extensionsimportFinal, Literal, SupportsIndex, TypedDict, Protocol# noqa: F401
1414

0 commit comments

Comments
(0)