mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
email-mirror.py: Make it pass on mypy in python 3.
* Replace filter by list comprehension. * Add '# type: ignore' to statements which use attributes from modeule `posix`, since stubs for posix are missing on python 3.
This commit is contained in:
committed by
Tim Abbott
parent
17cb6e00bd
commit
896c18a57b
@@ -41,7 +41,6 @@ exclude_py2 = []
|
||||
|
||||
exclude_py3 = """
|
||||
zerver/lib/ccache.py
|
||||
zerver/management/commands/email-mirror.py
|
||||
zerver/management/commands/enqueue_file.py
|
||||
zerver/management/commands/rename_stream.py
|
||||
zerver/management/commands/runtornado.py
|
||||
|
||||
Reference in New Issue
Block a user