Jelmer Vernooij 4 سال پیش
والد
کامیت
ff212efd42
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dulwich/index.py

+ 1 - 1
dulwich/index.py

@@ -253,7 +253,7 @@ def read_index_dict(f):
     return ret
 
 
-def write_index(f: BinaryIO, entries: Iterable[Tuple[bytes, IndexEntry]], version: Optional[int] = None):
+def write_index(f: BinaryIO, entries: List[Tuple[bytes, IndexEntry]], version: Optional[int] = None):
     """Write an index file.
 
     Args: