mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
fix: remove unused imports (LiteLLM, time) to pass ruff lint
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
58432b5e0d
commit
9fd8a4e79d
@@ -15,7 +15,6 @@ LOGGER = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
from terminal_bench import BenchmarkResults, Harness
|
||||
from terminal_bench.llms.lite_llm import LiteLLM
|
||||
|
||||
_HAS_TB = True
|
||||
except ImportError:
|
||||
|
||||
@@ -597,7 +597,6 @@ def _run_terminalbench_native(config, console: Console) -> object:
|
||||
)
|
||||
|
||||
import re
|
||||
import time
|
||||
# Docker compose project names must be lowercase alphanumeric + hyphens/underscores
|
||||
model_slug = re.sub(r"[^a-z0-9_-]", "-", model.lower().replace("/", "-"))
|
||||
run_id = f"tb2-{model_slug}"
|
||||
|
||||
Reference in New Issue
Block a user