We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e2232 commit 9448c08Copy full SHA for 9448c08
git/compat/typing.py
@@ -8,6 +8,6 @@
8
import sys
9
10
if sys.version_info[:2] >= (3, 8):
11
- from typing import Final, Literal
+ from typing import Final, Literal # noqa: F401
12
else:
13
- from typing_extensions import Final, Literal
+ from typing_extensions import Final, Literal # noqa: F401
0 commit comments