1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 21:04:15 +00:00

pytype flake8 mypy

This commit is contained in:
deadc0de6
2024-01-17 15:28:00 +01:00
parent de05935ef1
commit 3639e92317
8 changed files with 56 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ from ruamel.yaml import YAML as yaml
try:
import tomllib
except ImportError:
import tomli as tomllib
import tomli as tomllib # type: ignore
import tomli_w
# local imports