Skip to content

Commit

Permalink
chore: format cli file
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Feb 25, 2024
1 parent b7a99fa commit 14aff93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions check_filter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
import typer
from rich import print as p

from check_filter import (__app_name__, __description__, # noqa E501
__epilog__, __version__, utils)
from check_filter import (
__app_name__,
__description__, # noqa E501
__epilog__,
__version__,
utils,
)

app = typer.Typer(help=__description__, rich_markup_mode="rich")

Expand Down

0 comments on commit 14aff93

Please sign in to comment.