Skip to content

Commit

Permalink
fix(linting): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
azory-ydata committed Aug 7, 2023
1 parent 7287349 commit 8453f60
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ def _render_gap_tab(config: Settings, summary: dict) -> Container:
)

gap_plot = Image(
plot_timeseries_gap_analysis(
config, summary["gap_stats"]["normalized_diff"]
),
plot_timeseries_gap_analysis(config, summary["gap_stats"]["normalized_diff"]),
image_format=config.plot.image_format,
alt="Gap plot",
name="",
Expand Down

0 comments on commit 8453f60

Please sign in to comment.