1 parent 17c750a commit ff56dbbCopy full SHA for ff56dbb
git/objects/util.py
@@ -19,7 +19,7 @@
19
from datetime import datetime, timedelta, tzinfo
20
21
# typing ------------------------------------------------------------
22
-from typing import (Any, Callable, Deque, Iterator, typevar, TYPE_CHECKING, Tuple, Type, Union, cast)
+from typing import (Any, Callable, Deque, Iterator, TypeVar, TYPE_CHECKING, Tuple, Type, Union, cast)
23
24
if TYPE_CHECKING:
25
from io import BytesIO, StringIO
0 commit comments