summaryrefslogtreecommitdiff
path: root/git/refs/reference.py
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-07-31 17:29:06 +0100
committerYobmod <yobmod@gmail.com>2021-07-31 17:29:06 +0100
commitd4d46697a6ce23edba8e22030916dad28d42abc2 (patch)
tree29ca41bf199862b072a4e771c6354e6670d9a098 /git/refs/reference.py
parentf2012e599e388580bf8823a23ff63a201e0bf4c4 (diff)
downloadgitpython-d4d46697a6ce23edba8e22030916dad28d42abc2.tar.gz
cleanup
Diffstat (limited to 'git/refs/reference.py')
-rw-r--r--git/refs/reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/reference.py b/git/refs/reference.py
index 539691e7..a3647fb3 100644
--- a/git/refs/reference.py
+++ b/git/refs/reference.py
@@ -7,7 +7,7 @@ from .symbolic import SymbolicReference, T_References
# typing ------------------------------------------------------------------
-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
from git.types import Commit_ish, PathLike, TBD, Literal, _T # NOQA
if TYPE_CHECKING: