Skip to content

Commit fc49d30

Browse files
committed
Remove unused imports
1 parent ade614b commit fc49d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/python/ml/simple_params_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from pyspark.ml.classification import LogisticRegression
2424
from pyspark.mllib.linalg import DenseVector
2525
from pyspark.mllib.regression import LabeledPoint
26-
from pyspark.sql import Row, SparkSession
26+
from pyspark.sql import SparkSession
2727

2828
"""
2929
A simple example demonstrating ways to specify parameters for Estimators and Transformers.

0 commit comments

Comments
 (0)