Skip to content

Commit

Permalink
Adjust mypy ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 20, 2024
1 parent b748326 commit 6af701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/helpers/streamlit_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def do_query( # type: ignore[return]
except SqlClientNotAvailable:
st.error("🚨 Cannot load data - SqlClient not available")

return do_query
return do_query # type: ignore


def query_data(
Expand Down

0 comments on commit 6af701a

Please sign in to comment.