mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
style: Run linter
This commit is contained in:
parent
7a27e2b94b
commit
291d8cd335
1 changed files with 3 additions and 1 deletions
|
@ -4,9 +4,11 @@ import argparse
|
||||||
import json
|
import json
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from aider.dump import dump
|
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
from aider.dump import dump
|
||||||
|
|
||||||
|
|
||||||
def get_dirs_from_leaderboard():
|
def get_dirs_from_leaderboard():
|
||||||
# Load the leaderboard data
|
# Load the leaderboard data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue