mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user