Ruff after aider
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-24 00:05:02 +02:00
parent 5bd8bd51aa
commit 9c4e6256f2

View File

@ -7,10 +7,16 @@ It assumes that the default branch (default "main") exists and that you have a v
import argparse
import logging
import time
import aide_gitea
from . import RepositoryConfig, secrets, solve_issues_in_repository
from . import CODE_MODEL, EVALUATOR_MODEL
from . import (
CODE_MODEL,
EVALUATOR_MODEL,
RepositoryConfig,
secrets,
solve_issues_in_repository,
)
from .gitea_client import GiteaClient
from .seen_issues_db import SeenIssuesDB