Skip to content

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 24, 2018
1 parent ea6d97d commit 980ae9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hyperio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
from typing import TypeVar, Callable, Union, Optional, Awaitable

from .interfaces import ( # noqa: F401
IPAddressType, SocketStream, CancelScope, DatagramSocket, Lock,
Condition, Event, Semaphore, Queue, TaskGroup, Socket, Stream, SocketStreamServer,
SocketStream)
IPAddressType, CancelScope, DatagramSocket, Lock, Condition, Event, Semaphore, Queue,
TaskGroup, Socket, Stream, SocketStreamServer, SocketStream)

T_Retval = TypeVar('T_Retval', covariant=True)
_local = threading.local()
Expand Down

0 comments on commit 980ae9b

Please sign in to comment.