We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c5944 commit 438ddf4Copy full SHA for 438ddf4
shiny/ui/_input_select.py
@@ -3,7 +3,7 @@
3
from __future__ import annotations
4
5
from .._deprecated import warn_deprecated
6
-from ..types import Jsonifiable, MISSING_TYPE, DEPRECATED
+from ..types import DEPRECATED, MISSING_TYPE, Jsonifiable
7
8
__all__ = (
9
"input_select",
0 commit comments