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 Jul 18, 2024
1 parent a67eb37 commit 5c26051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moha/rauk/rauk.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def assign_rauk_parameters(
bond_dictionary[bond_key] = bond_value
# Ensure symmetry
bond_dictionary[','.join([atom2_name, atom1_name])] = bond_value

else:
# Ensure symmetry in the bond dictionary
for key in list(bond_dictionary.keys()):
Expand Down

0 comments on commit 5c26051

Please sign in to comment.