mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
feat: import Range utility in GitHubProvider for enhanced functionality
This commit is contained in:
parent
8fe504a7ec
commit
27abe48a34
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ from .git_provider import FilePatchInfo, GitProvider, IncrementalPR, MAX_FILES_A
|
|||
|
||||
|
||||
class GithubProvider(GitProvider):
|
||||
def __init__(self, pr_url: Optional[str] = None, github_client = None):
|
||||
self.auto = None
|
||||
def __init__(self, pr_url: Optional[str] = None):
|
||||
self.repo_obj = None
|
||||
try:
|
||||
self.installation_id = context.get("installation_id", None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue