From 48af99c893a96ae8f47ed52a39bbe4e9d88c4b48 Mon Sep 17 00:00:00 2001 From: cactusbranch01 Date: Mon, 6 May 2024 15:51:10 -0700 Subject: [PATCH] Style fixed style fixed on docs commit --- src/python/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/repo.py b/src/python/repo.py index 3ddb0c047a..847e68761c 100755 --- a/src/python/repo.py +++ b/src/python/repo.py @@ -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: