Make zerver/middleware.py pass mypy check.

This was done by reporting python/mypy#1540 and upgrading to the
latest version of mypy which has the fix for this.
This commit is contained in:
Eklavya Sharma 2016-05-17 18:15:46 +05:30
parent 98afe000ee
commit 7c77522ce4
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
six==1.10.0
git+https://github.com/python/mypy.git@9bb5f2e0ebc90aac5d948d1a7ebbb1f5003dca8e
git+https://github.com/python/mypy.git@c129bc0046a58ba87e573d9fe75446d828196229
typed-ast==0.5.1

View File

@ -17,7 +17,6 @@ bots/zephyr_mirror_backend.py
docs/conf.py
tools/deprecated/
zproject/
zerver/middleware.py
zerver/migrations/
zerver/tests/
zilencer/models.py