Skip to content

Commit 14aff93

Browse files
committed
chore: format cli file
1 parent b7a99fa commit 14aff93

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

check_filter/cli.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@
66
import typer
77
from rich import print as p
88

9-
from check_filter import (__app_name__, __description__, # noqa E501
10-
__epilog__, __version__, utils)
9+
from check_filter import (
10+
__app_name__,
11+
__description__, # noqa E501
12+
__epilog__,
13+
__version__,
14+
utils,
15+
)
1116

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

0 commit comments

Comments
 (0)