mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Update pr_agent/git_providers/local_git_provider.py
Co-authored-by: Ori Kotek <orikotek@gmail.com>
This commit is contained in:

committed by
GitHub

parent
d4cbcc465c
commit
c0610afe2a
@ -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.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user