Skip to content

Commit

Permalink
Removed useless import on the Server documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
viotti committed May 25, 2016
1 parent 7f79d84 commit b0f644c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/web.rst
Expand Up @@ -19,7 +19,6 @@ A request handler is a :ref:`coroutine <coroutine>` or regular function that
accepts a :class:`Request` instance as its only parameter and returns a
:class:`Response` instance::

import asyncio
from aiohttp import web

async def hello(request):
Expand Down

0 comments on commit b0f644c

Please sign in to comment.