Skip to content

Commit 48f64bb

Browse files
committed
Add final types to index/fun.py
1 parent 56f8dd6 commit 48f64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/index/fun.py

+1-1
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-
def write_tree_from_cache(entries: List[IndexEntry], odb, sl: slice, si: int = 0
254+
def write_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)