remove old comments and code

This commit is contained in:
Timothy Pogue
2022-11-14 22:26:34 -07:00
parent d713af045f
commit 442467e8ae
4 changed files with 12 additions and 346 deletions

View File

@@ -34,9 +34,6 @@ class WebSocketSerializer(ABC):
return self._deserialize(data)
# async def close(self, code: int = 1000):
# await self._websocket.close(code)
class HybridJSONWebSocketSerializer(WebSocketSerializer):
def _serialize(self, data) -> str: