From dfe783647e6a3eeaa0dfc71c4729ecc4b4b8ce7c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 23 Aug 2024 12:09:33 -0400 Subject: [PATCH] Add missing files to pass initial MyPy checks. --- anymail/types.py | 1 + docs/__init__.py | 0 2 files changed, 1 insertion(+) create mode 100644 anymail/types.py create mode 100644 docs/__init__.py diff --git a/anymail/types.py b/anymail/types.py new file mode 100644 index 00000000..3d4187f2 --- /dev/null +++ b/anymail/types.py @@ -0,0 +1 @@ +AnymailRecipientsType = list[dict[str, dict[str, str]]] diff --git a/docs/__init__.py b/docs/__init__.py new file mode 100644 index 00000000..e69de29b