From 34e04fa45e98c522280c5832758d907c07d8445e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 1 Nov 2021 10:00:13 +0100 Subject: [PATCH] tests should work after updating test server typehints for numpy and pyyaml are now available --- python/mypy.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/mypy.ini b/python/mypy.ini index e6900781c..01001daa6 100644 --- a/python/mypy.ini +++ b/python/mypy.ini @@ -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.*]