chore: fix type checking and CI workflow (#2)

This commit is contained in:
2026-02-17 23:58:33 +02:00
committed by GitHub
parent 36f25aaff4
commit 07ab166750
6 changed files with 12 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import logging
from pathlib import Path
from typing import Any
import diskcache
import diskcache # type: ignore[import-untyped]
from platformdirs import user_cache_dir
logger = logging.getLogger(__name__)