Skip to content

Commit c777798

Browse files
committed
lint
1 parent 88ffa7e commit c777798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/borea_python/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def init() -> None:
5151
with open(config_path, "w") as f:
5252
json.dump(default_config, f, indent=2)
5353

54-
click.echo(f"Created borea.config.json with default settings.")
54+
click.echo("Created borea.config.json with default settings.")
5555

5656

5757
@cli.command(name="generate")

0 commit comments

Comments
 (0)