Skip to content

Commit

Permalink
style: address linting and typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanjot786 committed Oct 9, 2024
1 parent d6d7df4 commit 61c710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crategen/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
)
def cli(input, output, conversion_type):
"""Command Line Interface for converting TES/WES to WRROC.
Args:
input: Path to the input JSON file.
output: Path to the output JSON file.
Expand All @@ -30,7 +31,6 @@ def cli(input, output, conversion_type):
Example:
$ crategen --input data.json --output result.json --conversion-type tes-to-wrroc
"""

manager = ConverterManager()

# Load input data from JSON file
Expand Down

0 comments on commit 61c710e

Please sign in to comment.