Skip to content

Commit ca23a18

Browse files
committed
ruff
1 parent ee58f16 commit ca23a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegen/git/repo_operator/local_repo_operator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def create_from_commit(cls, repo_path: str, default_branch: str, commit: str, ur
8585
@classmethod
8686
def create_from_repo(cls, repo_path: str, url: str) -> Self:
8787
"""Create a fresh clone of a repository or use existing one if up to date.
88+
8889
Args:
8990
repo_path (str): Path where the repo should be cloned
9091
url (str): Git URL of the repository

0 commit comments

Comments
 (0)