Skip to content

Commit ee58f16

Browse files
committed
ruff
1 parent eec3d8b commit ee58f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/git/repo_operator/local_repo_operator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ 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-
8988
Args:
9089
repo_path (str): Path where the repo should be cloned
9190
url (str): Git URL of the repository

0 commit comments

Comments
 (0)