Skip to content

Commit

Permalink
style: spacing
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed May 15, 2023
1 parent f919166 commit fcb4099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/cli/data_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ def add_report(
last_year=last_year,
)

click.echo(f"Report scope:\n\tstart={start}\n\tend={end}")
click.echo(f"Report scope:\n\tstart: {start}\n\tend: {end}")

click.echo(
f"Looking for the Reporter {reporter_class} among all the registered reporters...",
Expand Down

0 comments on commit fcb4099

Please sign in to comment.