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 Nov 23, 2024
1 parent d7e3f2d commit 2e7a4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ repos:
name: isort (python)
args:
[ --profile=black, --line-length=80 ]
exclude: 'flowermd/tests/assets/.* '
exclude: 'flowermd/tests/assets/.* '
2 changes: 1 addition & 1 deletion flowermd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ruff: noqa: F401
"""flowerMD package."""

from .internal.units import Units
from .base import (
CoPolymer,
Lattice,
Expand All @@ -11,3 +10,4 @@
Simulation,
System,
)
from .internal.units import Units

0 comments on commit 2e7a4f8

Please sign in to comment.