mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
fixed whitespace
This commit is contained in:
parent
014afb8b63
commit
16c80c3900
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user