mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-10 07:40:39 +08:00
Remove non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class.
This commit is contained in:
@ -397,6 +397,3 @@ class GerritProvider(GitProvider):
|
||||
|
||||
def get_pr_branch(self):
|
||||
return self.repo.head
|
||||
|
||||
def _prepare_clone_url_with_token(self, repo_url_to_clone: str) -> str | None:
|
||||
raise Exception("Not implemented!")
|
||||
|
Reference in New Issue
Block a user