Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unneeded pass
  • Loading branch information
Archmonger committed May 18, 2021
commit 182cbd6eeaf46fa4309470e0e3f4b97e31cbd53d
1 change: 0 additions & 1 deletion dj_idom/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ async def connect(self):
"""When the browser attempts to connect to the server."""
# Accept the connection
await self.accept()
pass

# RECEIVING COMMANDS
async def receive_json(self, content, **kwargs):
Expand Down