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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user