mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
tools: Fix run-dev.py, which had an if False: on a needed import.
This commit is contained in:
@@ -22,7 +22,6 @@ from tornado import web
|
||||
from tornado.ioloop import IOLoop
|
||||
from tornado.websocket import WebSocketHandler, websocket_connect
|
||||
|
||||
if False:
|
||||
from typing import Any, Callable, Generator, List, Optional
|
||||
|
||||
if 'posix' in os.name and os.geteuid() == 0:
|
||||
|
||||
Reference in New Issue
Block a user