Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored and alinelena committed Mar 5, 2024
1 parent 4331cf2 commit 0f900ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion janus_core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def singlepoint(
list[str],
typer.Option(
"--property",
help="Properties to calculate. If not specified, 'energy', 'forces', and 'stress' will be returned.",
help="Properties to calculate. If not specified, 'energy', 'forces', \
and 'stress' will be returned.",
),
] = None,
read_kwargs: Annotated[
Expand Down

0 comments on commit 0f900ab

Please sign in to comment.