mypy: Fully check actions.py by removing mypy.ini special case.

This commit is contained in:
neiljp (Neil Pilgrim) 2019-03-20 17:41:12 +00:00 committed by Tim Abbott
parent 7bbc620b28
commit 4ea5fea8a1
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ strict_optional = False
strict_optional = False
[mypy-zerver.lib.push_notifications]
strict_optional = False
[mypy-zerver.lib.actions]
strict_optional = False
[mypy-zerver.worker.queue_processors]
strict_optional = False
[mypy-zerver.tornado.websocket_client]