tests should work after updating test server

typehints for numpy and pyyaml are now available
This commit is contained in:
Martin Diehl 2021-11-01 10:00:13 +01:00
parent 0bc267c76b
commit 34e04fa45e
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-matplotlib.*]
ignore_missing_imports = True
[mypy-yaml.*]
ignore_missing_imports = True
[mypy-pandas.*]
ignore_missing_imports = True
[mypy-wx.*]