Skip to content

Commit

Permalink
Merge pull request #2328 from charleswhchan/patch-1
Browse files Browse the repository at this point in the history
Add missing import for AsyncHTTPClient
  • Loading branch information
bdarnell committed Mar 27, 2018
2 parents b758925 + e915115 commit 54ad63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ And again with a `.Future` instead of a callback:
.. testcode::

from tornado.concurrent import Future
from tornado.httpclient import AsyncHTTPClient

def async_fetch_future(url):
http_client = AsyncHTTPClient()
Expand Down

0 comments on commit 54ad63e

Please sign in to comment.