From bf9f979af6b89b02fc89c362a0bde8d6e7a91759 Mon Sep 17 00:00:00 2001 From: Akshat Jawne Date: Mon, 2 Dec 2024 17:04:42 -0500 Subject: [PATCH] remove duplicate type --- plugins/ui/src/deephaven/ui/components/types/layout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ui/src/deephaven/ui/components/types/layout.py b/plugins/ui/src/deephaven/ui/components/types/layout.py index 6f873092d..68cac2a9d 100644 --- a/plugins/ui/src/deephaven/ui/components/types/layout.py +++ b/plugins/ui/src/deephaven/ui/components/types/layout.py @@ -164,7 +164,6 @@ "large", ] MenuDirection = Literal["bottom", "top"] -DividerSize = Literal["S", "M", "L"] IconSize = Literal["XXS", "XS", "S", "M", "L", "XL", "XXL"] IconColor = Literal["negative", "notice", "positive", "informative"] ObjectFit = Literal["fill", "contain", "cover", "none", "scale-down"]