Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aehogan committed Aug 30, 2023
1 parent 044ad58 commit 9d16428
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smirnoff_plugins/handlers/nonbonded.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ class MultipoleType(ParameterType):
]

cutoff = ParameterAttribute(default=0.9 * unit.nanometer, unit=unit.nanometer)
periodic_method = ParameterAttribute(
default="PME", converter=_allow_only(["PME"])
)
periodic_method = ParameterAttribute(default="PME", converter=_allow_only(["PME"]))
nonperiodic_method = ParameterAttribute(
default="no-cutoff", converter=_allow_only(["no-cutoff"])
)
Expand Down

0 comments on commit 9d16428

Please sign in to comment.