From 70832cc67a13bc2e454e3f27a4c976b5e3f29591 Mon Sep 17 00:00:00 2001 From: yut23 Date: Tue, 7 May 2024 14:23:24 -0400 Subject: [PATCH] Fix import sorting --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c49b693b37..56a26ef1f0b 100644 --- a/setup.py +++ b/setup.py @@ -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()