examples: fix translation-chatbot
This commit is contained in:
@@ -9,7 +9,7 @@ class FrameSerializer:
|
||||
|
||||
@abstractmethod
|
||||
def serialize(self, frame: Frame) -> bytes:
|
||||
raise NotImplementedError()
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
def deserialize(self, data: bytes) -> Frame:
|
||||
|
||||
Reference in New Issue
Block a user