]> git.ipfire.org Git - thirdparty/tornado.git/commit
http1connection: Fix some weird formatting 2529/head
authorBen Darnell <ben@bendarnell.com>
Fri, 2 Nov 2018 16:57:09 +0000 (12:57 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 2 Nov 2018 16:57:09 +0000 (12:57 -0400)
commit8f65f152ec9c405b36e83133ad893c1caf381f05
treef08e9609fc4b91b7aae34c3368c8dca7cfc036cd
parent1e9a709111cb31ffd46a151c85ca743fa2b062e1
http1connection: Fix some weird formatting

`black` refused to move the operator across the comment, leaving it
stranded on a line by its own. The most recent version of pycodestyle
complains about this.
tornado/http1connection.py