From c0610afe2a03a05a5f758f1b502ad96ea1b14b04 Mon Sep 17 00:00:00 2001 From: "Patryk Kowalski (deepsense.ai)" <139119482+patryk-kowalski-ds@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:46:46 +0200 Subject: [PATCH] Update pr_agent/git_providers/local_git_provider.py Co-authored-by: Ori Kotek --- pr_agent/git_providers/local_git_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/git_providers/local_git_provider.py b/pr_agent/git_providers/local_git_provider.py index 90b1b194..90d512a1 100644 --- a/pr_agent/git_providers/local_git_provider.py +++ b/pr_agent/git_providers/local_git_provider.py @@ -59,7 +59,7 @@ class LocalGitProvider(GitProvider): 'Ensure the branch exists.' ) from e - def prepare_repo(self): + def _prepare_repo(self): """ Prepare the repository for PR-mimic generation. """