From c31cebbf68a93927d41e9947427c2dd4d46503e3 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 26 Jun 2024 22:35:50 -0700 Subject: [PATCH] mypy: Remove some unused ignore_missing_imports overrides. Signed-off-by: Anders Kaseorg --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e95bf579d..a00bea9e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,11 +66,9 @@ module = [ "DNS.*", "fakeldap.*", "firebase_admin.*", - "gcm.*", "gitlint.*", "jsonref.*", "ldap.*", # https://github.com/python-ldap/python-ldap/issues/368 - "moto.*", # https://github.com/spulec/moto/issues/4944 "onelogin.*", "pyinotify.*", "pyoembed.*",