浏览代码

Remove nonexistant argument

Jelmer Vernooij 1 月之前
父节点
当前提交
53dd3b7dd7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      dulwich/object_store.py

+ 0 - 1
dulwich/object_store.py

@@ -813,7 +813,6 @@ class PackBasedObjectStore(PackCapableObjectStore, PackedObjectContainer):
         """Get the best reachability provider for the object store.
 
         Args:
-          object_store: The object store to query
           prefer_bitmaps: Whether to use bitmaps if available
 
         Returns: