pyflakes cleanup for test-websocket-client
This commit is contained in:
parent
553158da63
commit
f225fded53
10
ws_client.py
10
ws_client.py
|
@ -7,21 +7,11 @@ from twisted.internet.defer import (
|
||||||
inlineCallbacks,
|
inlineCallbacks,
|
||||||
)
|
)
|
||||||
from twisted.internet.task import react, deferLater
|
from twisted.internet.task import react, deferLater
|
||||||
from twisted.internet.error import (
|
|
||||||
ConnectionDone,
|
|
||||||
)
|
|
||||||
from twisted.internet.protocol import (
|
|
||||||
Protocol,
|
|
||||||
Factory,
|
|
||||||
)
|
|
||||||
from twisted.protocols.basic import LineReceiver
|
|
||||||
from twisted.application.internet import StreamServerEndpointService
|
|
||||||
|
|
||||||
from autobahn.twisted.websocket import (
|
from autobahn.twisted.websocket import (
|
||||||
WebSocketClientProtocol,
|
WebSocketClientProtocol,
|
||||||
WebSocketClientFactory,
|
WebSocketClientFactory,
|
||||||
)
|
)
|
||||||
from autobahn.websocket import types
|
|
||||||
|
|
||||||
|
|
||||||
class RelayEchoClient(WebSocketClientProtocol):
|
class RelayEchoClient(WebSocketClientProtocol):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user