Skip to content

Commit 7ab4af2

Browse files
fix
1 parent 9e8af82 commit 7ab4af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gitingest/utils/git_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ async def fetch_remote_branches_or_tags(url: str, *, ref_type: str, token: str |
241241

242242
await ensure_git_installed()
243243
stdout, _ = await run_command(*cmd)
244-
245244
# For each line in the output:
246245
# - Skip empty lines and lines that don't contain "refs/{to_fetch}/"
247246
# - Extract the branch or tag name after "refs/{to_fetch}/"

0 commit comments

Comments
 (0)