Skip to content

Commit 438ddf4

Browse files
authored
lint
1 parent b6c5944 commit 438ddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_input_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
from .._deprecated import warn_deprecated
6-
from ..types import Jsonifiable, MISSING_TYPE, DEPRECATED
6+
from ..types import DEPRECATED, MISSING_TYPE, Jsonifiable
77

88
__all__ = (
99
"input_select",

0 commit comments

Comments
 (0)