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

Commit48f64bb

Browse files
committed
Add final types to index/fun.py
1 parent56f8dd6 commit48f64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/index/fun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def read_cache(stream: IO[bytes]) -> Tuple[int, Dict[Tuple[PathLike, int], 'Inde
251251
return (version,entries,extension_data,content_sha)
252252

253253

254-
defwrite_tree_from_cache(entries:List[IndexEntry],odb,sl:slice,si:int=0
254+
defwrite_tree_from_cache(entries:List[IndexEntry],odb:'GitCmdObjectDB',sl:slice,si:int=0
255255
)->Tuple[bytes,List['TreeCacheTup']]:
256256
"""Create a tree from the given sorted list of entries and put the respective
257257
trees into the given object database

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp