remove comment

This commit is contained in:
Timothy Pogue 2022-12-02 12:08:42 -07:00
parent 0d5b2eed94
commit 49f6f40662

View File

@ -43,10 +43,6 @@ def schema_to_dict(schema: Union[WSMessageSchema, WSRequestSchema]):
return schema.dict(exclude_none=True)
# def parse_message(message: Dict[str, Any], message_schema: Type[WSMessageSchema]):
# return message_schema.parse_obj(message)
class ExternalMessageConsumer:
"""
The main controller class for consuming external messages from