Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafonek committed Sep 28, 2023
1 parent 8a0f302 commit 7b79a05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion origami/models/rtu/channels/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ class TransformViewToCodeReply(FilesResponse):
data: BooleanReplyData


# Widgets, ugh. Not attempting to model their
# Widgets, ugh. Not attempting to model the payload, no current plan on doing anything with them
# on the Origami side.
class V0CreateWidgetModelEvent(FilesResponse):
event: Literal['v0_create_widget_model_event'] = 'v0_create_widget_model_event'
data: Any
Expand Down

0 comments on commit 7b79a05

Please sign in to comment.