From 20f5f3da2477732d0e9b0a9db54c9ae0df0bd245 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 18 Dec 2024 12:47:13 -0800 Subject: [PATCH] chore: Remove unused import --- benchmark/problem_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/problem_stats.py b/benchmark/problem_stats.py index 9e87d5a52..317c52f77 100755 --- a/benchmark/problem_stats.py +++ b/benchmark/problem_stats.py @@ -7,7 +7,7 @@ from pathlib import Path import yaml -from aider.dump import dump +from aider.dump import dump # noqa def get_dirs_from_leaderboard():