Skip to content
Snippets Groups Projects
Commit 4a238590 authored by Christoph Groth's avatar Christoph Groth
Browse files

silence an unjustified warning by cython (for now)

parent 957349aa
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ from libc.string cimport memcpy
from .defs cimport gint
from .defs import gint_dtype
from .core cimport CGraph
from . cimport c_slicer
cimport c_slicer
# TODO: Once cythonize() no longer warns about it, replace the above be
# from . cimport c_slicer
__all__ = ['slice']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment