Skip to content

Commit

Permalink
fix pre-merge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Nov 26, 2024
1 parent 472581c commit 93f80a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion streamlit_parameters/demos/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import datetime
import functools
import sys
import typing

import streamlit
import streamlit.web.cli
Expand Down
2 changes: 1 addition & 1 deletion streamlit_parameters/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ def _fetch_url_field(key: str) -> str:
Raises:
KeyError: if the field does not exist
"""
return streamlit.query_params[key]
return streamlit.query_params[key]

0 comments on commit 93f80a9

Please sign in to comment.