summaryrefslogtreecommitdiff
path: root/src/python/gudhi/tensorflow/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/tensorflow/__init__.py')
-rw-r--r--src/python/gudhi/tensorflow/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/gudhi/tensorflow/__init__.py b/src/python/gudhi/tensorflow/__init__.py
index fe01b9cc..1599cf52 100644
--- a/src/python/gudhi/tensorflow/__init__.py
+++ b/src/python/gudhi/tensorflow/__init__.py
@@ -1,6 +1,5 @@
from .cubical_layer import CubicalLayer
from .lower_star_simplex_tree_layer import LowerStarSimplexTreeLayer
from .rips_layer import RipsLayer
-from .perslay import *
-__all__ = ["Perslay", "GridPerslayWeight", "GaussianMixturePerslayWeight", "PowerPerslayWeight", "GaussianPerslayPhi", "TentPerslayPhi", "FlatPerslayPhi", "LowerStarSimplexTreeLayer", "RipsLayer", "CubicalLayer"]
+__all__ = ["LowerStarSimplexTreeLayer", "RipsLayer", "CubicalLayer"]