From 4d9cf85ba8a0e3cc9203da978973d0f39556b3ea Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Thu, 19 Oct 2023 22:51:58 -0400 Subject: [PATCH] Get type annotations from upstream django-minio-storage --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6048a0..dd2625c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,6 @@ namespace_packages = false [[tool.mypy.overrides]] module = [ - "minio_storage.storage", "storages.backends.s3", ] ignore_missing_imports = true