]> git.ipfire.org Git - thirdparty/tornado.git/commit
fix "unused variable" flake warnings
authorPierce Lopez <pierce.lopez@gmail.com>
Mon, 1 Jan 2018 19:22:58 +0000 (14:22 -0500)
committerPierce Lopez <pierce.lopez@gmail.com>
Mon, 1 Jan 2018 20:56:23 +0000 (15:56 -0500)
commit27bb4eab8db21bb59d7629b7ccdba6134b6110b7
treeba7ea0b10cdc3d5c590ae39a68bb24924d668b3d
parent26591b51450ac540ad596b66fd7bfcac27417018
fix "unused variable" flake warnings

in iostream_test, and
an exception var in tornado.routing that only python2 pyflakes caught
tornado/routing.py
tornado/test/iostream_test.py