From 4a8846a0593a90a91068beaa49a73418697097b4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 24 Jan 2024 18:06:08 +0100 Subject: [PATCH] Update pack.py --- dulwich/pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dulwich/pack.py b/dulwich/pack.py index 282117654..03411502f 100644 --- a/dulwich/pack.py +++ b/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 )