tools: Fix run-dev.py, which had an if False: on a needed import.

This commit is contained in:
Greg Price
2017-12-12 20:47:55 -08:00
parent ca09c1e0fd
commit d5fd2a1d72

View File

@@ -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: