From 16c80c39007f5d2186167276e54e75f6e072f4ff Mon Sep 17 00:00:00 2001 From: AlexejStukov Date: Thu, 21 Jul 2016 09:52:43 +0200 Subject: [PATCH] fixed whitespace --- channels/binding/websockets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/binding/websockets.py b/channels/binding/websockets.py index a8fa40d..5252299 100644 --- a/channels/binding/websockets.py +++ b/channels/binding/websockets.py @@ -35,7 +35,6 @@ class WebsocketBinding(Binding): @classmethod def encode(cls, stream, payload): return WebsocketDemultiplexer.encode(stream, payload) - def serialize(self, instance, action): payload = {