Skip to content

Commit d4d3b14

Browse files
committed
fix py style
1 parent 3e616ef commit d4d3b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/ml/clustering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
from pyspark import since, keyword_only
2222
from pyspark.ml.param.shared import HasMaxIter, HasFeaturesCol, HasSeed, HasPredictionCol, \
23-
HasAggregationDepth, HasWeightCol, HasTol, HasProbabilityCol, HasBlockSize, \
24-
HasDistanceMeasure, HasCheckpointInterval, Param, Params, TypeConverters
23+
HasAggregationDepth, HasWeightCol, HasTol, HasProbabilityCol, HasDistanceMeasure, \
24+
HasCheckpointInterval, Param, Params, TypeConverters
2525
from pyspark.ml.util import JavaMLWritable, JavaMLReadable, GeneralJavaMLWritable, \
2626
HasTrainingSummary, SparkContext
2727
from pyspark.ml.wrapper import JavaEstimator, JavaModel, JavaParams, JavaWrapper

0 commit comments

Comments
 (0)