Skip to content

Commit ff56dbb

Browse files
authored
fix typo
1 parent 17c750a commit ff56dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from datetime import datetime, timedelta, tzinfo
2020

2121
# typing ------------------------------------------------------------
22-
from typing import (Any, Callable, Deque, Iterator, typevar, TYPE_CHECKING, Tuple, Type, Union, cast)
22+
from typing import (Any, Callable, Deque, Iterator, TypeVar, TYPE_CHECKING, Tuple, Type, Union, cast)
2323

2424
if TYPE_CHECKING:
2525
from io import BytesIO, StringIO

0 commit comments

Comments
 (0)