Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed May 7, 2024
1 parent 38c3f18 commit 70832cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
from setuptools import Distribution, setup

from setupext import (
NUMPY_MACROS,
check_CPP14_flags,
check_for_openmp,
check_for_pyembree,
create_build_ext,
get_python_include_dirs,
install_ccompiler,
NUMPY_MACROS,
)

install_ccompiler()
Expand Down

0 comments on commit 70832cc

Please sign in to comment.