Skip to content

Commit

Permalink
Satify black
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Sep 13, 2021
1 parent fe519ca commit 91e7869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencadd/structure/superposition/engines/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def calculate(self, structures, *args, **kwargs):
"""
self._safety_checks()
assert (
len(structures) == 2,
"This method can only be used for two structures at the same time, for now"
len(structures) == 2,
"This method can only be used for two structures at the same time, for now",
)
return self._calculate(structures, *args, **kwargs)

Expand Down

0 comments on commit 91e7869

Please sign in to comment.