Skip to content

Commit

Permalink
tox & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 17, 2024
1 parent 5692da8 commit bcac55a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion icm/commands/cmd_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def print_folders_info(ctx: Context, folders: Folders) -> None:

# -- Print the information
click.echo(
folders.check(folders.home) + click.style("HOME: ", fg="yellow") + f"{folders.home}"
folders.check(folders.home)
+ click.style("HOME: ", fg="yellow")
+ f"{folders.home}"
)
click.echo(
folders.check(folders.icestudio)
Expand Down

0 comments on commit bcac55a

Please sign in to comment.