mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
pep8: Fix E701 violations.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user