Skip to content

Commit 5866600

Browse files
committed
Run isort
1 parent 6b07a8e commit 5866600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)