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

Commit981cfa8

Browse files
committed
import ordereddict from types
1 parent04e181f commit981cfa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎git/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
configuration files"""
88

99
importabc
10-
fromtypingimportOrderedDict
1110
fromfunctoolsimportwraps
1211
importinspect
1312
fromioimportBufferedReader,IOBase
@@ -34,7 +33,7 @@
3433
fromtypingimport (Any,Callable,Generic,IO,List,Dict,Sequence,
3534
TYPE_CHECKING,Tuple,TypeVar,Union,cast,overload)
3635

37-
fromgit.typesimportLit_config_levels,ConfigLevels_Tup,PathLike,TBD,assert_never,_T
36+
fromgit.typesimportLit_config_levels,ConfigLevels_Tup,OrderedDict,PathLike,TBD,assert_never,_T
3837

3938
ifTYPE_CHECKING:
4039
fromgit.repo.baseimportRepo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp