mypy: Link issue for missing py.typed in aioapns.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-12-04 02:24:46 -08:00 committed by Tim Abbott
parent 4898fdb89d
commit c3475e83ec
1 changed files with 1 additions and 1 deletions

View File

@ -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.*",