Skip to content

Commit 0202a16

Browse files
committed
appease ruff
1 parent 4e71492 commit 0202a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compat/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
from dulwich import client, file, index, objects, protocol, repo
4242
from dulwich.porcelain import tag_create
43-
from dulwich.refs import _import_remote_refs
4443
from dulwich.protocol import DEPTH_INFINITE
44+
from dulwich.refs import _import_remote_refs
4545

4646
from .. import SkipTest, expectedFailure
4747
from .utils import (
@@ -181,7 +181,7 @@ def test_fetch_into_shallow_clone(self) -> None:
181181
("zop", "zop contents"),
182182
]:
183183
tree_id = self._add_file(src, tree_id, filename, contents)
184-
commit_id = src.do_commit(
184+
src.do_commit(
185185
message=b"add " + filename.encode("utf-8"),
186186
committer=b"Joe Example <joe@example.com>",
187187
tree=tree_id,

0 commit comments

Comments
 (0)