fix:ruff

This commit is contained in:
SengokuCola
2026-04-18 00:19:28 +08:00
parent aedd08aac6
commit b067df9e60
27 changed files with 23 additions and 41 deletions

View File

@@ -17,7 +17,7 @@ import sqlite3
import sys
from dataclasses import dataclass
from pathlib import Path
from typing import Any, Dict, Iterable, List, Optional, Sequence, Tuple
from typing import Any, Dict, List, Optional, Sequence, Tuple
import tomlkit