Skip to content

Commit 0ea2e6b

Browse files
committed
Reflow setup.py
1 parent c896c54 commit 0ea2e6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
try:
12-
import Cython
12+
from Cython.Build import cythonize
1313
USE_CYTHON = True
1414
except ImportError:
1515
USE_CYTHON = False
@@ -20,7 +20,6 @@
2020

2121

2222
if USE_CYTHON:
23-
from Cython.Build import cythonize
2423
extensions = cythonize(extensions)
2524

2625

0 commit comments

Comments
 (0)