Skip to content

Commit

Permalink
try again to fix D401
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jun 12, 2024
1 parent bb5d582 commit e7ba2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/commands/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


@click.group()
def run() -> None:
"""Main package entry-point.""" # noqa: D401
def run() -> None: # noqa: D401
"""Main package entry-point."""


run.add_command(sys_info)

0 comments on commit e7ba2bf

Please sign in to comment.