From 2b27c8c1a980c9ef9c69d4d481af5a226ac5e04c Mon Sep 17 00:00:00 2001 From: Daniel Schiavini Date: Thu, 17 Jan 2019 13:00:42 +0100 Subject: [PATCH] Revert incorrect change to run_mypy --- run_mypy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run_mypy.py b/run_mypy.py index 2073f0e9a7..27f07cd281 100644 --- a/run_mypy.py +++ b/run_mypy.py @@ -29,7 +29,6 @@ def where(exe_name: str, search_path: str = os.getenv("PATH")) -> str: def findModules(path): - return ["UM3NetworkPrinting"] result = [] for entry in os.scandir(path): if entry.is_dir() and os.path.exists(os.path.join(path, entry.name, "__init__.py")):