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 Dec 13, 2023
1 parent 6ee20ca commit 6baed27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gmso/lib/potential_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class PotentialTemplate(AbstractPotential):
"""Template for potential objects to be re-used."""

expected_parameters_dimensions_: Dict[str, sympy.Expr] = Field(
..., description="The expected dimensions for parameters.", alias="expected_parameters_dimensions"
...,
description="The expected dimensions for parameters.",
alias="expected_parameters_dimensions",
)

model_config = ConfigDict(
Expand Down

0 comments on commit 6baed27

Please sign in to comment.