| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e49327d commit c8ad3a3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,13 +38,13 @@ | |||
| 38 | 38 | "IndexObject", | |
| 39 | 39 | "InvalidDBRoot", | |
| 40 | 40 | "InvalidGitRepositoryError", | |
| 41 | - "List", | ||
| 41 | + "List", # Deprecated - import this from `typing` instead. | ||
| 42 | 42 | "LockFile", | |
| 43 | 43 | "NULL_TREE", | |
| 44 | 44 | "NoSuchPathError", | |
| 45 | 45 | "ODBError", | |
| 46 | 46 | "Object", | |
| 47 | - "Optional", | ||
| 47 | + "Optional", # Deprecated - import this from `typing` instead. | ||
| 48 | 48 | "ParseError", | |
| 49 | 49 | "PathLike", | |
| 50 | 50 | "PushInfo", | |
@@ -58,19 +58,19 @@ | |||
| 58 | 58 | "RepositoryDirtyError", | |
| 59 | 59 | "RootModule", | |
| 60 | 60 | "RootUpdateProgress", | |
| 61 | - "Sequence", | ||
| 61 | + "Sequence", # Deprecated - import this from `typing` instead. | ||
| 62 | 62 | "StageType", | |
| 63 | 63 | "Stats", | |
| 64 | 64 | "Submodule", | |
| 65 | 65 | "SymbolicReference", | |
| 66 | - "TYPE_CHECKING", | ||
| 66 | + "TYPE_CHECKING", # Deprecated - import this from `typing` instead. | ||
| 67 | 67 | "Tag", | |
| 68 | 68 | "TagObject", | |
| 69 | 69 | "TagReference", | |
| 70 | 70 | "Tree", | |
| 71 | 71 | "TreeModifier", | |
| 72 | - "Tuple", | ||
| 73 | - "Union", | ||
| 72 | + "Tuple", # Deprecated - import this from `typing` instead. | ||
| 73 | + "Union", # Deprecated - import this from `typing` instead. | ||
| 74 | 74 | "UnmergedEntriesError", | |
| 75 | 75 | "UnsafeOptionError", | |
| 76 | 76 | "UnsafeProtocolError", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments