Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent c53d467 commit 5e5aae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aiida_kkr/cmdline/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from aiida.cmdline.params import arguments


@click.command(
name='plot',
)
@click.command(name='plot',)
@click.option('-f', 'filename', type=click.File('r'), default=None)
@click.option(
'-o',
Expand Down

0 comments on commit 5e5aae5

Please sign in to comment.