From 596b7cc2e5baf7115d5c5bab3db317393a1b75f9 Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Thu, 5 Dec 2024 19:51:41 -0800 Subject: [PATCH] Skip aiobotocore in type checking --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dd4b5774..3137c000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ warn_unused_ignores = true module = [ "async_timeout", "beartype", + "aiobotocore.*", "botocore.*", "cachetools", "deprecated",