Skip to content

Commit b77fdbf

Browse files
pre-commit-ci[bot]radoering
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ba795f2 commit b77fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vcs/git/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@pytest.fixture()
1616
def temp_repo(tmp_path: Path) -> TempRepoFixture:
1717
"""Temporary repository with 2 commits"""
18-
repo = dulwich.repo.Repo.init(str(tmp_path), default_branch=b'main')
18+
repo = dulwich.repo.Repo.init(str(tmp_path), default_branch=b"main")
1919
worktree = repo.get_worktree()
2020

2121
# init commit

0 commit comments

Comments
 (0)