Skip to content

Commit c1b5d7e

Browse files
CM-55207-Ruff fix
1 parent 977b2db commit c1b5d7e

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
@@ -21,6 +21,7 @@
2121

2222
logger = get_logger('Commit Range Collector')
2323

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

0 commit comments

Comments
 (0)