From 558ff36333565ee4d7c17c45246840134f5d6167 Mon Sep 17 00:00:00 2001 From: David <9059044+Tansito@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:59:04 -0500 Subject: [PATCH] remove the config to reproduce the mypy error --- client/mypy.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/mypy.ini b/client/mypy.ini index 9e98a3cf9..8cd1c1b4e 100644 --- a/client/mypy.ini +++ b/client/mypy.ini @@ -6,7 +6,3 @@ no_implicit_optional = True warn_redundant_casts = True warn_unused_ignores = True exclude = build - -[mypy-google.*] -ignore_missing_imports = True -follow_imports = skip