hatch fmt

This commit is contained in:
litagin02
2024-11-17 12:41:05 +09:00
parent a6047012dd
commit a6bc65271c
15 changed files with 33 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import argparse
import json
from collections import defaultdict
from pathlib import Path
from random import sample, shuffle
from random import sample
from typing import Optional
from tqdm import tqdm