mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-22 15:35:17 +00:00
small refactor of azure devops
This commit is contained in:
parent
588eb6e97f
commit
6378603cd8
1 changed files with 1 additions and 3 deletions
|
|
@ -13,11 +13,9 @@ try:
|
|||
except ImportError:
|
||||
AZURE_DEVOPS_AVAILABLE = False
|
||||
|
||||
from ..algo.pr_processing import clip_tokens
|
||||
from ..config_loader import get_settings
|
||||
from ..algo.utils import load_large_diff
|
||||
from ..algo.utils import load_large_diff, FilePatchInfo, EDIT_TYPE, clip_tokens
|
||||
from ..algo.language_handler import is_valid_file
|
||||
from .git_provider import EDIT_TYPE, FilePatchInfo
|
||||
|
||||
|
||||
class AzureDevopsProvider:
|
||||
|
|
|
|||
Loading…
Reference in a new issue