Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Aug 7, 2024
1 parent 0e7a8cf commit 3c82d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def build_scatter_chart(
def _get(v, path):
return reduce(lambda c, k: c.get(k, {}), path.split("."), v)

chart = empty_chart(f"{chart_option.x} x { chart_option.y }")
chart = empty_chart(f"{chart_option.x} x {chart_option.y}")

# nutriments.xxx is broken in vega.
# I think it searches for nutriments[xxx]
Expand Down

0 comments on commit 3c82d2c

Please sign in to comment.