mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-18 11:02:07 +00:00
chore: fix type checking and CI workflow (#2)
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user