Browse Source

Update pack.py

Christian Clauss 1 year ago
parent
commit
4a8846a059
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/pack.py

+ 1 - 1
dulwich/pack.py

@@ -2779,7 +2779,7 @@ def extend_pack(
 
 
 try:
-    from dulwich._pack import (  # type: ignore  # noqa: F811
+    from dulwich._pack import (  # type: ignore
         apply_delta,  # type: ignore
         bisect_find_sha,  # type: ignore
     )