mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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:
parent
6323494f37
commit
63a49be09e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user