Skip to content

Commit 7a1a58a

Browse files
committed
Remove incompatible type hint
1 parent 2c89d0a commit 7a1a58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_scroll_navigation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def scroll_navbar(
7979
key: str = 'scroll_navbar_default',
8080
anchor_icons: Collection[str] = None,
8181
anchor_labels: Collection[str] = None,
82-
force_anchor: ForceAnchor | None = None,
82+
force_anchor: ForceAnchor = None,
8383
orientation: Literal['vertical', 'horizontal'] = 'vertical',
8484
override_styles: Dict[str, str] = {},
8585
auto_update_anchor: bool = True,

0 commit comments

Comments
 (0)