From ce894c28f3c22ac52f359442c6f583608f771503 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 10 Dec 2023 19:54:59 +0100 Subject: [PATCH] mypy --- tests/ci/clickbench.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ci/clickbench.py b/tests/ci/clickbench.py index 8e6b9a621fe..870d83ecded 100644 --- a/tests/ci/clickbench.py +++ b/tests/ci/clickbench.py @@ -65,8 +65,8 @@ def process_results( result_directory: Path, server_log_path: Path, ) -> Tuple[str, str, List[str], List[Path]]: - test_results = [] # type: List[str] - additional_files = [] # type: List[str] + test_results = [] # type: List[TestResult] + additional_files = [] # type: List[Path] # Just upload all files from result_directory. # If task provides processed results, then it's responsible for content of result_directory. if result_directory.exists(): @@ -164,7 +164,7 @@ def main(): run_log_path = result_path / "run.log" - additional_envs = [] + additional_envs = [] # type: List[str] ci_logs_credentials = CiLogsCredentials(temp_path / "export-logs-config.sh") ci_logs_args = ci_logs_credentials.get_docker_arguments(