From b0f644c52cd34633447c8c9a07a163cbb77bcaee Mon Sep 17 00:00:00 2001 From: Rafael Viotti Date: Tue, 24 May 2016 21:15:52 -0300 Subject: [PATCH] Removed useless import on the Server documentation --- docs/web.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/web.rst b/docs/web.rst index 8de26a1bca..b5af7905d2 100644 --- a/docs/web.rst +++ b/docs/web.rst @@ -19,7 +19,6 @@ A request handler is a :ref:`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):