Skip to content

Commit

Permalink
Style fixed
Browse files Browse the repository at this point in the history
style fixed on docs commit
  • Loading branch information
cactusbranch01 committed May 6, 2024
1 parent ca10ec7 commit 48af99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def clone_repo(repo_slug: str, repo_dir: Path) -> git.repo.Repo:

@timeout(10 * 60)
def clone_repo_to_path(repo_name: str, path: str) -> git.repo.Repo:
"""Clones a repository to a specified path. Alternative to the clone_repo
"""Clones a repository to a specified path. Alternative to the clone_repo
method since it takes a string path and returns a git repo Repo obj.
Args:
Expand Down

0 comments on commit 48af99c

Please sign in to comment.