diff --git a/embedchain/loaders/github.py b/embedchain/loaders/github.py index fcb6af87..7c54a59c 100644 --- a/embedchain/loaders/github.py +++ b/embedchain/loaders/github.py @@ -85,7 +85,6 @@ class GithubLoader(BaseLoader): logging.info("Fetch completed.") else: logging.info("Cloning repository...") - Repo.clone_from(repo_url, local_path) repo = Repo.clone_from(repo_url, local_path) logging.info("Clone completed.") return repo.head.commit.tree