runtime/WampClient.py
changeset 1834 cd42b426028b
parent 1832 0f1081928d65
child 1841 9fd29e8b1393
--- a/runtime/WampClient.py	Thu Sep 28 16:25:05 2017 +0300
+++ b/runtime/WampClient.py	Thu Sep 28 17:20:31 2017 +0300
@@ -28,9 +28,9 @@
 
 from autobahn.twisted import wamp
 from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS
-from twisted.internet.defer import inlineCallbacks
 from autobahn.wamp import types
 from autobahn.wamp.serializer import MsgPackSerializer
+from twisted.internet.defer import inlineCallbacks
 from twisted.internet.protocol import ReconnectingClientFactory