diff --git a/benchmark/problem_stats.py b/benchmark/problem_stats.py index 85f5fa19d..13ad95aba 100755 --- a/benchmark/problem_stats.py +++ b/benchmark/problem_stats.py @@ -4,9 +4,11 @@ import argparse import json from collections import defaultdict from pathlib import Path -from aider.dump import dump + import yaml +from aider.dump import dump + def get_dirs_from_leaderboard(): # Load the leaderboard data