Skip to content

Commit

Permalink
fix: remove deprecated cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jun 12, 2024
1 parent 097cc83 commit 7b5896d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepaas/cmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def _add_methods(subparsers):
cfg.StrOpt(
"deepaas_method_output",
help="Define an output file, if needed",
deprecated_name="deepaas_model_output",
),
cfg.BoolOpt(
"deepaas_with_multiprocessing",
Expand Down

0 comments on commit 7b5896d

Please sign in to comment.