Skip to content

Commit

Permalink
Add a test for async with ClientSession()
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 6, 2016
1 parent 891ca8e commit c381708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import asyncio
import os

from aiohttp.web import (Application, WSMsgType, Response, WebSocketResponse,
from aiohttp.web import (Application, Response, WebSocketResponse, WSMsgType,
run_app)

WS_FILE = os.path.join(os.path.dirname(__file__), 'websocket.html')
Expand Down

0 comments on commit c381708

Please sign in to comment.