Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed May 24, 2024
1 parent 41e0fce commit cb00c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions plugins/ui/src/deephaven/ui/components/spectrum/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ def spectrum_element(name: str, /, *children: Any, **props: Any) -> BaseElement:
return BaseElement(f"deephaven.ui.spectrum.{name}", *children, **props)


def contextual_help(*children, **props):
"""
Python implementation for the Adobe React Spectrum ContextualHelp component.
https://react-spectrum.adobe.com/react-spectrum/ContextualHelp.html
"""
return spectrum_element("ContextualHelp", *children, **props)


def grid(*children, **props):
"""
Python implementation for the Adobe React Spectrum Grid component.
Expand Down
1 change: 0 additions & 1 deletion plugins/ui/src/deephaven/ui/types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class RowDataValue(CellData):
class SliderChange(TypedDict):
"""
Data for a range slider change event.
{ start: float, end: float }
"""

start: float
Expand Down

0 comments on commit cb00c12

Please sign in to comment.