Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent acb2a67 commit afaa455
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 afaa455

Please sign in to comment.