提交 59a8f663 编写于 作者: B Ben Darnell

websocket_test: Wrap a long line

flake8 just started complaining about this line for some reason.
上级 cf977c19
...@@ -25,7 +25,9 @@ except ImportError: ...@@ -25,7 +25,9 @@ except ImportError:
traceback.print_exc() traceback.print_exc()
raise raise
from tornado.websocket import WebSocketHandler, websocket_connect, WebSocketError, WebSocketClosedError from tornado.websocket import (
WebSocketHandler, websocket_connect, WebSocketError, WebSocketClosedError,
)
try: try:
from tornado import speedups from tornado import speedups
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册