lint(benchmark): Remove unused imports

This commit is contained in:
Reinier van der Leer
2024-02-14 01:34:30 +01:00
parent e7698a4610
commit d0c9b7c405
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import logging import logging
import os
import time import time
from pathlib import Path from pathlib import Path
from typing import AsyncIterator, Optional from typing import AsyncIterator, Optional

View File

@@ -7,7 +7,7 @@ from typing import Any
from agbenchmark.reports.processing.get_files import ( from agbenchmark.reports.processing.get_files import (
get_latest_report_from_agent_directories, get_latest_report_from_agent_directories,
) )
from agbenchmark.reports.processing.report_types import Report, Test from agbenchmark.reports.processing.report_types import Report
from agbenchmark.utils.data_types import STRING_DIFFICULTY_MAP from agbenchmark.utils.data_types import STRING_DIFFICULTY_MAP
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)