pep8: Fix E701 violations.

This commit is contained in:
Tommy Ip
2016-11-30 20:45:02 +00:00
parent ba7d4e7452
commit 46b7d54b3e
13 changed files with 36 additions and 17 deletions

View File

@@ -19,7 +19,8 @@ from tornado import web
from tornado.ioloop import IOLoop
from tornado.websocket import WebSocketHandler, websocket_connect
if False: from typing import Any, Callable, Generator, Optional
if False:
from typing import Any, Callable, Generator, Optional
if 'posix' in os.name and os.geteuid() == 0:
raise RuntimeError("run-dev.py should not be run as root.")