Skip to content

Commit a1f497f

Browse files
committed
chore: Remove the unused default helper
1 parent f01ece7 commit a1f497f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

shiny/ui/_navs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -990,11 +990,6 @@ def navset_pill_list(
990990
)
991991

992992

993-
class Default(Generic[T]):
994-
def __init__(self, value: T):
995-
self._default = value
996-
997-
998993
NavbarOptionsPositionType = Literal[
999994
"static-top", "fixed-top", "fixed-bottom", "sticky-top"
1000995
]

0 commit comments

Comments
 (0)