From c3475e83ecb0632a28af570a3c96cb2650c5f164 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 4 Dec 2022 02:24:46 -0800 Subject: [PATCH] mypy: Link issue for missing py.typed in aioapns. Signed-off-by: Anders Kaseorg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39890f0cd9..09c4fe7964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ no_implicit_reexport = false [[tool.mypy.overrides]] module = [ "ahocorasick.*", - "aioapns.*", + "aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33 "bitfield.*", "bmemcached.*", "cairosvg.*",