Skip to content

Commit

Permalink
appease ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
stspdotname committed Nov 28, 2024
1 parent 4e71492 commit 0202a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compat/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

from dulwich import client, file, index, objects, protocol, repo
from dulwich.porcelain import tag_create
from dulwich.refs import _import_remote_refs
from dulwich.protocol import DEPTH_INFINITE
from dulwich.refs import _import_remote_refs

from .. import SkipTest, expectedFailure
from .utils import (
Expand Down Expand Up @@ -181,7 +181,7 @@ def test_fetch_into_shallow_clone(self) -> None:
("zop", "zop contents"),
]:
tree_id = self._add_file(src, tree_id, filename, contents)
commit_id = src.do_commit(
src.do_commit(
message=b"add " + filename.encode("utf-8"),
committer=b"Joe Example <joe@example.com>",
tree=tree_id,
Expand Down

0 comments on commit 0202a16

Please sign in to comment.