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 Feb 28, 2025
1 parent 261ba54 commit 60aa623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flowermd/library/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import numpy
from scipy.spatial.distance import pdist


class SingleChainSystem(System):
"""Builds a box around a single chain.
Expand All @@ -14,7 +15,7 @@ class SingleChainSystem(System):
See System class.
"""

def __init__(self, molecules, base_units=dict()):
super(SingleChainSystem, self).__init__(
molecules=molecules,
Expand Down

0 comments on commit 60aa623

Please sign in to comment.