Fixed for mypy

This commit is contained in:
Dimitris Zlatanidis 2024-04-22 20:05:05 +03:00
parent 3842f3c927
commit f4964bb262

View file

@ -6,7 +6,7 @@
try:
import tomli
except ModuleNotFoundError:
import tomllib as tomli
import tomllib as tomli # type: ignore[import-not-found]
from pathlib import Path
from dataclasses import dataclass