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 Jun 27, 2024
1 parent 9691e76 commit a059180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion cpp/util/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
set(util_extension_headers export_ManagedArray.h export_Vector.h)

nanobind_add_module(_util ${freud_nanobind_linking} module-util.cc ${util_extension_headers})
nanobind_add_module(_util ${freud_nanobind_linking} module-util.cc
${util_extension_headers})
target_link_libraries(_util PUBLIC libfreud)

target_set_install_rpath(_util)
Expand Down
7 changes: 1 addition & 6 deletions freud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@


# cluster,; density,; diffraction,; environment,; interface,; msd,; order,; pmft,
from . import (
box,
data,
locality,
parallel,
)
from . import box, data, locality, parallel
from .box import Box

# from .locality import AABBQuery, LinkCell, NeighborList
Expand Down

0 comments on commit a059180

Please sign in to comment.