Skip to content

Commit

Permalink
Drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 8, 2017
1 parent 57edaca commit dbb8d9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/client_ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
import aiohttp


try:
import selectors
except ImportError:
from asyncio import selectors


async def start_client(loop, url):
name = input('Please enter your name: ')

Expand Down

0 comments on commit dbb8d9a

Please sign in to comment.