Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallisterdavid committed Aug 9, 2023
1 parent 9f9ea25 commit f04fda1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions viser/_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ class GuiAddTabGroupMessage(Message):
tab_icons_base64: Tuple[Union[str, None], ...]
tab_container_ids: Tuple[str, ...]

# @dataclasses.dataclass
# class GuiAddModal(_GuiAddMessageBase):
# initial_value: str

@dataclasses.dataclass
class _GuiAddInputBase(Message):
Expand Down Expand Up @@ -364,6 +361,7 @@ class GuiAddRgbaMessage(_GuiAddInputBase):
class GuiAddCheckboxMessage(_GuiAddInputBase):
initial_value: bool


@dataclasses.dataclass
class GuiAddVector2Message(_GuiAddInputBase):
initial_value: Tuple[float, float]
Expand Down

0 comments on commit f04fda1

Please sign in to comment.