Skip to content

Commit cd84d66

Browse files
authored
fix pylint error
1 parent 5a6f9b4 commit cd84d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def setParams(self, predictionCol="prediction", labelCol="label",
332332

333333
@inherit_doc
334334
class ClusteringEvaluator(JavaEvaluator, HasPredictionCol, HasFeaturesCol,
335-
JavaMLReadable, JavaMLWritable):
335+
JavaMLReadable, JavaMLWritable):
336336
"""
337337
.. note:: Experimental
338338

0 commit comments

Comments
 (0)