fix: resolve all flake8 lint errors (118 → 0)

This commit is contained in:
cfdaily
2026-06-09 16:43:41 +08:00
parent 308c5a63bd
commit 33e8c68458
24 changed files with 89 additions and 106 deletions
-1
View File
@@ -4,7 +4,6 @@ from __future__ import annotations
import sqlite3
from pathlib import Path
from typing import Optional
def init_db(db_path: Path) -> None: