Skip to content

Commit 227c4fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d9d84a3 commit 227c4fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: grits/coarsegrain.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
import freud
1111
import gsd.hoomd
1212
import numpy as np
13-
from cmeutils.gsd_utils import get_molecule_cluster, identify_snapshot_connections
13+
from cmeutils.gsd_utils import (
14+
get_molecule_cluster,
15+
identify_snapshot_connections,
16+
)
1417
from ele import element_from_symbol
1518
from mbuild import Compound, clone
1619
from mbuild.utils.io import run_from_ipython

0 commit comments

Comments
 (0)