Ver código fonte

style(cli): format Typer context import

xcad 1 mês atrás
pai
commit
acb4cc3f0d
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      cli/__main__.py

+ 1 - 2
cli/__main__.py

@@ -14,7 +14,7 @@ from pathlib import Path
 
 
 import click
 import click
 from rich.console import Console
 from rich.console import Console
-from typer import Option, Typer, Context
+from typer import Context, Option, Typer
 from typer.core import TyperGroup
 from typer.core import TyperGroup
 
 
 import cli.modules
 import cli.modules
@@ -239,7 +239,6 @@ def run() -> None:
         except (ValueError, IndexError):
         except (ValueError, IndexError):
             pass  # Let Typer handle argument parsing errors
             pass  # Let Typer handle argument parsing errors
 
 
-
     try:
     try:
         init_app()
         init_app()
         app()
         app()