Update doc conf with the new import tornado.queues

This commit is contained in:
Dmitry Kuzmenko 2019-03-20 21:04:49 +03:00
parent 008cf49b0d
commit 684bf584f6
No known key found for this signature in database
GPG key ID: 4C7CAD30C95651DA

View file

@ -131,6 +131,7 @@ MOCK_MODULES = [
'tornado.ioloop',
'tornado.iostream',
'tornado.netutil',
'tornado.queues',
'tornado.simple_httpclient',
'tornado.stack_context',
'tornado.web',