Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3f5b13

Browse files
committed
Test Dataclass in repo.base.blame() 2
1 parent94ae0c5 commita3f5b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/repo/base.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
fromgit.typesimportTBD,PathLike,Lit_config_levels,Commit_ish,Tree_ish,assert_never
4343
fromtypingimport (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-
fromgit.typesimportConfigLevels_Tup
48+
fromgit.typesimportConfigLevels_Tup,TypedDict
4949

5050
ifTYPE_CHECKING:
5151
fromgit.utilimportIterableList

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp