zerver/tornado: Remove unused imports (F401).

This commit is contained in:
rht
2017-11-02 12:11:39 +01:00
committed by Tim Abbott
parent d6aa7f7738
commit 926f0a7b45
4 changed files with 1 additions and 11 deletions

View File

@@ -3,7 +3,6 @@ from typing import Any, List, Tuple
import logging
import time
import select
from tornado import ioloop
from django.conf import settings
from tornado.ioloop import IOLoop, PollIOLoop