Skip to content
Prev Previous commit
Next Next commit
remove useless super
  • Loading branch information
Archmonger committed Oct 28, 2021
commit 0cc0915e26fd2f24841084608621c51e76148d83
1 change: 0 additions & 1 deletion src/django_idom/websocket_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async def connect(self) -> None:
self._idom_dispatcher_thread.start()

async def disconnect(self, code: int) -> None:
await super().disconnect(code)
self._idom_dispatcher_thread.join(timeout=0)

async def receive_json(self, content: Any, **kwargs: Any) -> None:
Expand Down