fix styles

This commit is contained in:
Bogdan 2023-05-05 17:29:34 +04:00
parent e199e03b53
commit 818dd29991

View File

@ -240,7 +240,9 @@ async def init_db(ctx: Context, safe: bool):
click.secho(f"Success create app migrate location {dirname}", fg=Color.green)
click.secho(f'Success generate schema for app "{app}"', fg=Color.green)
except FileExistsError:
return click.secho(f"Inited {app} already, or delete {dirname} and try again.", fg=Color.yellow)
return click.secho(
f"Inited {app} already, or delete {dirname} and try again.", fg=Color.yellow
)
@cli.command(help="Introspects the database tables to standard output as TortoiseORM model.")