Skip to content

Commit 06f0d0e

Browse files
committed
Fixing formatting
1 parent bb5ffab commit 06f0d0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

shiny/api-examples/nav_insert/app-express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from shiny import reactive
2-
from shiny.express import input, ui, expressify, render
2+
from shiny.express import expressify, input, render, ui
33

44
with ui.layout_sidebar():
55
with ui.sidebar():

shiny/session/_session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
from ..http_staticfiles import FileResponse
5151
from ..input_handler import input_handlers
5252
from ..module import ResolvedId
53-
from ..reactive import Effect_, Value, effect, isolate
53+
from ..reactive import Effect_, Value, effect
5454
from ..reactive import flush as reactive_flush
55+
from ..reactive import isolate
5556
from ..reactive._core import lock
5657
from ..reactive._core import on_flushed as reactive_on_flushed
5758
from ..render.renderer import Renderer, RendererT

0 commit comments

Comments
 (0)