Merge pull request #53386 from dwoz/missing_import

Fix missing import
This commit is contained in:
Gareth J. Greenaway 2019-06-06 13:45:58 -07:00 committed by GitHub
commit cf98b83aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ import tornado.gen
import tornado.concurrent
import tornado.tcpclient
import tornado.netutil
import tornado.iostream
# pylint: disable=import-error,no-name-in-module
if six.PY2: