Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent 4674074 commit 8fea8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]


def get_changed_files(merge_base_sha: str, branch_head_sha: str, repo_path : Optional[str] = None) -> list[str]:
def get_changed_files(merge_base_sha: str, branch_head_sha: str, repo_path: Optional[str] = None) -> list[str]:
"""
Compares the files changed in the current branch to the merge base.
"""
Expand Down

0 comments on commit 8fea8e2

Please sign in to comment.