mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 02:24:14 -05:00
style(cli): format Typer context import
This commit is contained in:
+1
-2
@@ -14,7 +14,7 @@ from pathlib import Path
|
||||
|
||||
import click
|
||||
from rich.console import Console
|
||||
from typer import Option, Typer, Context
|
||||
from typer import Context, Option, Typer
|
||||
from typer.core import TyperGroup
|
||||
|
||||
import cli.modules
|
||||
@@ -239,7 +239,6 @@ def run() -> None:
|
||||
except (ValueError, IndexError):
|
||||
pass # Let Typer handle argument parsing errors
|
||||
|
||||
|
||||
try:
|
||||
init_app()
|
||||
app()
|
||||
|
||||
Reference in New Issue
Block a user