From 8fd5414697724feff782e952a42ca5d9651418bc Mon Sep 17 00:00:00 2001 From: Yobmod Date: Wed, 30 Jun 2021 22:53:23 +0100 Subject: Flake 8 fix --- git/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') diff --git a/git/types.py b/git/types.py index 721c6300..fb63f46e 100644 --- a/git/types.py +++ b/git/types.py @@ -8,7 +8,7 @@ from typing import Dict, Union, Any, TYPE_CHECKING if sys.version_info[:2] >= (3, 8): - from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401 + from typing import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401 else: from typing_extensions import Final, Literal, SupportsIndex, TypedDict, Protocol # noqa: F401 -- cgit v1.2.1