mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Fixed for mypy
This commit is contained in:
parent
3842f3c927
commit
f4964bb262
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue