We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f875dde commit 82b03c2Copy full SHA for 82b03c2
git/objects/util.py
@@ -18,7 +18,7 @@
18
from datetime import datetime, timedelta, tzinfo
19
20
# typing ------------------------------------------------------------
21
-from typing import Literal, TYPE_CHECKING, Tuple, Type, Union, cast
+from typing import TYPE_CHECKING, Tuple, Type, Union, cast
22
23
if TYPE_CHECKING:
24
from .commit import Commit
0 commit comments