mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Revert sorting
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
from Cython.Build import cythonize
|
# These lines are not sorted by isort on purpose
|
||||||
from setuptools import setup
|
# see: https://stackoverflow.com/a/53356077/4881441
|
||||||
|
from setuptools import setup # isort:skip
|
||||||
|
from Cython.Build import cythonize # isort:skip
|
||||||
|
|
||||||
setup(ext_modules=cythonize("helloworld.pyx"))
|
setup(ext_modules=cythonize("helloworld.pyx"))
|
||||||
|
Reference in New Issue
Block a user