Skip to content

Commit

Permalink
Update pack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 24, 2024
1 parent 13050f4 commit 4a8846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dulwich/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 4a8846a

Please sign in to comment.