Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4d4669

Browse filesBrowse files
committed
cleanup
1 parent f2012e5 commit d4d4669
Copy full SHA for d4d4669

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎git/refs/reference.py‎

Copy file name to clipboardExpand all lines: git/refs/reference.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# typing ------------------------------------------------------------------
99

10-
from typing import Any, Callable, Iterator, List, Match, Optional, Tuple, Type, TypeVar, Union, TYPE_CHECKING # NOQA
10+
from typing import Any, Callable, Iterator, Type, Union, TYPE_CHECKING # NOQA
1111
from git.types import Commit_ish, PathLike, TBD, Literal, _T # NOQA
1212

1313
if TYPE_CHECKING:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.