Skip to content

Commit

Permalink
Fix LOGGER import in streamlit_patches.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaurus1 committed Jun 5, 2023
1 parent 61347b4 commit 7542c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/streamlit_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from streamlit.commands.page_config import get_random_emoji
from streamlit.runtime.scriptrunner import get_script_run_ctx as _get_script_run_ctx
from streamlit.runtime.scriptrunner.script_runner import (
LOGGER,
_LOGGER as LOGGER,
SCRIPT_RUN_WITHOUT_ERRORS_KEY,
ForwardMsg,
RerunData,
Expand Down

0 comments on commit 7542c61

Please sign in to comment.