mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update pr_agent/git_providers/local_git_provider.py
Co-authored-by: Ori Kotek <orikotek@gmail.com>
This commit is contained in:
parent
d4cbcc465c
commit
c0610afe2a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class LocalGitProvider(GitProvider):
|
||||||
'Ensure the branch exists.'
|
'Ensure the branch exists.'
|
||||||
) from e
|
) from e
|
||||||
|
|
||||||
def prepare_repo(self):
|
def _prepare_repo(self):
|
||||||
"""
|
"""
|
||||||
Prepare the repository for PR-mimic generation.
|
Prepare the repository for PR-mimic generation.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue