Skip to content

Commit

Permalink
[skip ci] Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Nov 21, 2022
1 parent fa9518f commit db52781
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def render_timeseries(config: Settings, summary: dict) -> dict:
[
{
"name": "Mean",
"value": fmt_numeric(summary["mean"], precision=config.report.precision),
"value": fmt_numeric(
summary["mean"], precision=config.report.precision
),
"alert": False,
},
{
Expand Down

0 comments on commit db52781

Please sign in to comment.