Update pr_agent/git_providers/local_git_provider.py

Co-authored-by: Ori Kotek <orikotek@gmail.com>
This commit is contained in:
Patryk Kowalski (deepsense.ai) 2023-07-24 16:46:46 +02:00 committed by GitHub
parent d4cbcc465c
commit c0610afe2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
"""