mypy: Remove exemption for aioapns.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-09-09 01:32:48 -07:00 committed by Anders Kaseorg
parent 31b5879242
commit 22e8b641e1
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ plugins = ["mypy_django_plugin.main", "pydantic.mypy"]
[[tool.mypy.overrides]]
module = [
"ahocorasick.*",
"aioapns.*", # https://github.com/Fatal1ty/aioapns/issues/33
"bitfield.*",
"bmemcached.*",
"cairosvg.*", # https://github.com/Kozea/CairoSVG/issues/373