From 4e4187db6d00f293078a1804424d77e06c8b94de Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Tue, 22 Oct 2024 17:03:01 +0200 Subject: [PATCH] mypy: remove unnecessary rule --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 9cb3047b..6060b914 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,2 +1,2 @@ [mypy] -disable_error_code = misc, import-untyped, import-not-found +disable_error_code = misc, import-untyped