Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed Dec 2, 2024
1 parent b87de6b commit 0f3de66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/components/divider.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
JustifySelf,
LayoutFlex,
Position,
DividerSize,
)
from ..types import DividerSize
from .basic import component_element
from ..elements import Element

Expand Down
1 change: 1 addition & 0 deletions plugins/ui/src/deephaven/ui/types/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ class SliderChange(TypedDict):
]
Granularity = Literal["DAY", "HOUR", "MINUTE", "SECOND"]
ListViewDensity = Literal["COMPACT", "NORMAL", "SPACIOUS"]
DividerSize = Literal["S", "M", "L"]
ListViewOverflowMode = Literal["truncate", "wrap"]
ActionGroupDensity = Literal["compact", "regular"]
TabDensity = Literal["compact", "regular"]
Expand Down

0 comments on commit 0f3de66

Please sign in to comment.