Skip to content

Commit 6759467

Browse files
CM-55207-Ruff fix
1 parent 59ef251 commit 6759467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cycode/cli/files_collector/commit_range_documents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
COMMIT_RANGE_ALL = '--all'
2525

26+
2627
def get_safe_head_reference_for_diff(repo: 'Repo') -> str:
2728
"""Get a safe reference to use for diffing against the current HEAD.
2829
In repositories with no commits, HEAD doesn't exist, so we return the empty tree hash.

0 commit comments

Comments
 (0)