Skip to content

Commit

Permalink
Fix spelling error - "queryies"
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Aug 12, 2024
1 parent ea496e0 commit 3d52fbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def compliance_search() -> None:
query_params.append(exposurePercentage)
with st.spinner("Querying Spanner..."):
compliance_vals = compliance_query(query_params)
compliance_queryies = compliance_vals.get("query")
compliance_queries = compliance_vals.get("query")
data = compliance_vals.get("data")
display_spanner_query(str(compliance_queryies))
display_spanner_query(str(compliance_queries))

interactive_table(data, caption="", **table_columns_layout_setup())

Expand Down

0 comments on commit 3d52fbb

Please sign in to comment.