Skip to content

Commit 182cbd6

Browse files
committed
remove unneeded pass
1 parent 923276e commit 182cbd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dj_idom/consumers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ async def connect(self):
1010
"""When the browser attempts to connect to the server."""
1111
# Accept the connection
1212
await self.accept()
13-
pass
1413

1514
# RECEIVING COMMANDS
1615
async def receive_json(self, content, **kwargs):

0 commit comments

Comments
 (0)