Skip to content

Commit

Permalink
Update _compat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaigouthro authored Oct 4, 2024
1 parent 22a2a20 commit 3d9a8b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions streamlit_server_state/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@
Ref: https://github.com/streamlit/streamlit/pull/5856
"""


try:
from streamlit.runtime.scriptrunner.script_run_context import (
from streamlit.runtime.scriptrunner_utils.script_run_context import (
SCRIPT_RUN_CONTEXT_ATTR_NAME,
ScriptRunContext,
)
Expand Down

0 comments on commit 3d9a8b0

Please sign in to comment.