Skip to content

Commit

Permalink
fix: prefix should not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 10, 2024
1 parent d9f699e commit d3a360a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fishsense_lite/commands/label_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def output_path(self, value: str):
@property
@argument(
"--prefix",
required=True,
help="The prefix to add to the output json file.",
)
def prefix(self) -> str:
Expand Down

0 comments on commit d3a360a

Please sign in to comment.