event_queue: Import tornado.ioloop correctly.

We actually use tornado.ioloop, not the root tornado module, and while
the current code does work, it causes mypy errors with the incremental
cache.
This commit is contained in:
Tim Abbott
2016-10-17 17:57:41 -07:00
parent 6323494f37
commit 63a49be09e

View File

@@ -15,8 +15,8 @@ import requests
import atexit
import sys
import signal
import tornado
import tornado.autoreload
import tornado.ioloop
import random
import traceback
from zerver.models import UserProfile, Client