Formatting
This commit is contained in:
parent
5840a85ded
commit
907c2bc133
4 changed files with 5 additions and 3 deletions
|
|
@ -21,10 +21,11 @@ def check_health():
|
|||
def generate_sku_report(
|
||||
start_date: Annotated[datetime.datetime, typer.Option(prompt=True)],
|
||||
end_date: Annotated[datetime.datetime, typer.Option(prompt=True)],
|
||||
sku: Annotated[str, typer.Option(prompt=True)]
|
||||
sku: Annotated[str, typer.Option(prompt=True)],
|
||||
):
|
||||
controllers.generate_sku_report(start_date, end_date, sku)
|
||||
|
||||
|
||||
@app.command()
|
||||
def generate_um_report(
|
||||
start_date: Annotated[datetime.datetime, typer.Option(prompt=True)],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue