Skip to content

Commit 31a3391

Browse files
committed
Reorganized imports
1 parent 72880da commit 31a3391

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shiny/_main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import re
1010
import sys
1111
import types
12+
import warnings
1213
from pathlib import Path
1314
from typing import Any, Optional
1415

@@ -19,14 +20,12 @@
1920
import shiny
2021

2122
from . import __version__, _autoreload, _hostenv, _static, _utils
22-
from ._hostenv import is_workbench
2323
from ._docstring import no_example
24+
from ._hostenv import is_workbench
2425
from ._typing_extensions import NotRequired, TypedDict
2526
from .bookmark._bookmark_state import shiny_bookmarks_folder_name
2627
from .express import is_express_app
2728
from .express._utils import escape_to_var_name
28-
from ._hostenv import is_workbench
29-
import warnings
3029

3130

3231
@click.group("main")

0 commit comments

Comments
 (0)