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 3, 2025
1 parent d9d84a3 commit 227c4fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grits/coarsegrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
import freud
import gsd.hoomd
import numpy as np
from cmeutils.gsd_utils import get_molecule_cluster, identify_snapshot_connections
from cmeutils.gsd_utils import (
get_molecule_cluster,
identify_snapshot_connections,
)
from ele import element_from_symbol
from mbuild import Compound, clone
from mbuild.utils.io import run_from_ipython
Expand Down

0 comments on commit 227c4fe

Please sign in to comment.