Skip to content

Commit

Permalink
Merge branch '3742' of github.com:Chengqian-Zhang/deepmd-kit into 3742
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed May 20, 2024
2 parents 8568fcf + afaa455 commit 539f745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deepmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,9 @@ def main_parser() -> argparse.ArgumentParser:
"""
),
)
parser_list_model_branch.add_argument("INPUT", help="The input multi-task pre-trained model file")
parser_list_model_branch.add_argument(
"INPUT", help="The input multi-task pre-trained model file"
)
return parser


Expand Down

0 comments on commit 539f745

Please sign in to comment.