Skip to content

Commit 554bd63

Browse files
committed
iostream -> tornado.iostream
1 parent b8ab4a9 commit 554bd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/handlers/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from tornado import gen
1010
from tornado.web import HTTPError
11-
from iostream import StreamClosedError
11+
from tornado.iostream import StreamClosedError
1212
from json import dumps
1313

1414
import qiita_db as qdb

0 commit comments

Comments
 (0)