Skip to content

Commit 82b03c2

Browse files
committed
flake8 fixes
1 parent f875dde commit 82b03c2

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
@@ -18,7 +18,7 @@
1818
from datetime import datetime, timedelta, tzinfo
1919

2020
# typing ------------------------------------------------------------
21-
from typing import Literal, TYPE_CHECKING, Tuple, Type, Union, cast
21+
from typing import TYPE_CHECKING, Tuple, Type, Union, cast
2222

2323
if TYPE_CHECKING:
2424
from .commit import Commit

0 commit comments

Comments
 (0)