Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 23, 2024
1 parent bc700b1 commit 1a3b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_server_state/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
except ModuleNotFoundError:
# streamlit < 1.38.0
try:
from streamlit.runtime.scriptrunner.script_run_context import (
from streamlit.runtime.scriptrunner.script_run_context import ( # type: ignore
SCRIPT_RUN_CONTEXT_ATTR_NAME,
ScriptRunContext,
)
Expand Down

0 comments on commit 1a3b5f5

Please sign in to comment.