Skip to content

Commit a314c90

Browse files
authored
Discard changes to shiny/session/__init__.py
1 parent d80bdf6 commit a314c90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

shiny/session/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
Tools for working within a (user) session context.
33
"""
44

5-
from ._session import Inputs, Outputs, Session
5+
from ._session import Session, Inputs, Outputs
66
from ._utils import ( # noqa: F401
77
get_current_session,
8-
require_active_session,
9-
)
10-
from ._utils import (
118
session_context as session_context,
9+
require_active_session,
1210
)
1311

1412
__all__ = (

0 commit comments

Comments
 (0)