mirror of https://github.com/zulip/zulip.git
mypy: Link issue for missing py.typed in aioapns.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4898fdb89d
commit
c3475e83ec
|
@ -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.*",
|
||||
|
|
Loading…
Reference in New Issue