Skip to content

Commit

Permalink
fix(cli): require model argument for export
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Sep 23, 2024
1 parent aaa7771 commit 409e757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hfgl/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def train(**kwargs):
@app.command()
def export(
model_path: Path = typer.Argument(
None,
exists=True,
dir_okay=False,
file_okay=True,
Expand Down

0 comments on commit 409e757

Please sign in to comment.