@@ -18,7 +18,10 @@ class TrivialClustering(tdamapper.core.TrivialClustering):
1818 release. Use :class:`tdamapper.core.TrivialClustering`.
1919 """
2020
21- @deprecated ('This class is deprecated and will be removed in a future release. Use tdamapper.core.TrivialClustering.' )
21+ @deprecated (
22+ 'This class is deprecated and will be removed in a future release. '
23+ 'Use tdamapper.core.TrivialClustering.'
24+ )
2225 def __init__ (self , * args , ** kwargs ):
2326 super ().__init__ (* args , ** kwargs )
2427
@@ -29,7 +32,10 @@ class FailSafeClustering(tdamapper.core.FailSafeClustering):
2932 release. Use :class:`tdamapper.core.FailSafeClustering`.
3033 """
3134
32- @deprecated ('This class is deprecated and will be removed in a future release. Use tdamapper.core.FailSafeClustering.' )
35+ @deprecated (
36+ 'This class is deprecated and will be removed in a future release. '
37+ 'Use tdamapper.core.FailSafeClustering.'
38+ )
3339 def __init__ (self , * args , ** kwargs ):
3440 super ().__init__ (* args , ** kwargs )
3541
@@ -69,6 +75,9 @@ class MapperClustering(_MapperClustering):
6975 release. Use :class:`tdamapper.learn.MapperClustering`.
7076 """
7177
72- @deprecated ('This class is deprecated and will be removed in a future release. Use tdamapper.learn.MapperClustering.' )
78+ @deprecated (
79+ 'This class is deprecated and will be removed in a future release. '
80+ 'Use tdamapper.learn.MapperClustering.'
81+ )
7382 def __init__ (self , * args , ** kwargs ):
7483 super ().__init__ (* args , ** kwargs )
0 commit comments