mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
still need GithubException.RateLimitExceededException in pr_processing.py for correct exception catch
This commit is contained in:
parent
b6f6c903a0
commit
3b334805ee
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from pr_agent.algo.token_handler import TokenHandler
|
|||
from pr_agent.algo.utils import load_large_diff
|
||||
from pr_agent.config_loader import settings
|
||||
from pr_agent.git_providers.git_provider import GitProvider
|
||||
from github import GithubException
|
||||
|
||||
|
||||
DELETED_FILES_ = "Deleted files:\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue