1 parent f2012e5 commit d4d4669Copy full SHA for d4d4669
git/refs/reference.py
@@ -7,7 +7,7 @@
7
8
# typing ------------------------------------------------------------------
9
10
-from typing import Any, Callable, Iterator, List, Match, Optional, Tuple, Type, TypeVar, Union, TYPE_CHECKING # NOQA
+from typing import Any, Callable, Iterator, Type, Union, TYPE_CHECKING # NOQA
11
from git.types import Commit_ish, PathLike, TBD, Literal, _T # NOQA
12
13
if TYPE_CHECKING:
0 commit comments