summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/gudhi/simplex_tree.pyx')
-rw-r--r--src/cython/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/gudhi/simplex_tree.pyx b/src/cython/gudhi/simplex_tree.pyx
index 604328e9..51134681 100644
--- a/src/cython/gudhi/simplex_tree.pyx
+++ b/src/cython/gudhi/simplex_tree.pyx
@@ -1,6 +1,6 @@
from libc.stdint cimport intptr_t
from numpy import array as np_array
-from simplex_tree cimport *
+cimport simplex_tree
""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.