fix: unit tests fixes and ruff formating
N25B-205
This commit is contained in:
@@ -12,7 +12,7 @@ class RIEndpoint(str, Enum):
|
||||
|
||||
class RIMessage(BaseModel):
|
||||
endpoint: RIEndpoint
|
||||
data: Any
|
||||
data: Any
|
||||
|
||||
|
||||
class SpeechCommand(RIMessage):
|
||||
|
||||
Reference in New Issue
Block a user