fixed whitespace

This commit is contained in:
AlexejStukov 2016-07-21 09:52:43 +02:00 committed by GitHub
parent 014afb8b63
commit 16c80c3900

View File

@ -36,7 +36,6 @@ class WebsocketBinding(Binding):
def encode(cls, stream, payload): def encode(cls, stream, payload):
return WebsocketDemultiplexer.encode(stream, payload) return WebsocketDemultiplexer.encode(stream, payload)
def serialize(self, instance, action): def serialize(self, instance, action):
payload = { payload = {
"action": action, "action": action,