Skip to content

Commit a3f5b13

Browse files
committed
Test Dataclass in repo.base.blame() 2
1 parent 94ae0c5 commit a3f5b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/repo/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
from git.types import TBD, PathLike, Lit_config_levels, Commit_ish, Tree_ish, assert_never
4343
from typing import (Any, BinaryIO, Callable, Dict,
4444
Iterator, List, Mapping, Optional, Sequence,
45-
TextIO, Tuple, Type, TypedDict, Union,
45+
TextIO, Tuple, Type, Union,
4646
NamedTuple, cast, TYPE_CHECKING)
4747

48-
from git.types import ConfigLevels_Tup
48+
from git.types import ConfigLevels_Tup, TypedDict
4949

5050
if TYPE_CHECKING:
5151
from git.util import IterableList

0 commit comments

Comments
 (0)