소스 검색

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: