| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6318eea commit 31bc8a4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | 4 | import os | |
| 5 | 5 | import sys | |
| 6 | - from typing import ( # noqa: F401 | ||
| 6 | + from typing import ( | ||
| 7 | 7 | Any, | |
| 8 | 8 | Callable, | |
| 9 | 9 | Dict, | |
@@ -17,15 +17,15 @@ | |||
| 17 | 17 | ) | |
| 18 | 18 | ||
| 19 | 19 | if sys.version_info >= (3, 8): | |
| 20 | - from typing import ( # noqa: F401 | ||
| 20 | + from typing import ( | ||
| 21 | 21 | Literal, | |
| 22 | 22 | Protocol, | |
| 23 | 23 | SupportsIndex as SupportsIndex, | |
| 24 | 24 | TypedDict, | |
| 25 | 25 | runtime_checkable, | |
| 26 | 26 | ) | |
| 27 | 27 | else: | |
| 28 | - from typing_extensions import ( # noqa: F401 | ||
| 28 | + from typing_extensions import ( | ||
| 29 | 29 | Literal, | |
| 30 | 30 | Protocol, | |
| 31 | 31 | SupportsIndex as SupportsIndex, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments