Skip to content

Commit 6645246

Browse files
committed
remove unused imports
Signed-off-by: Jason T. Brown <[email protected]>
1 parent e4c2903 commit 6645246

File tree

1 file changed

+1
-1
lines changed
  • pyrasterframes/src/main/python/pyrasterframes

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/pyrasterframes/rf_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class here provides the PyRasterFrames entry point.
3131

3232
from pyspark.ml.param.shared import HasInputCols
3333
from pyspark.ml.wrapper import JavaTransformer
34-
from pyspark.ml.util import JavaMLReadable, JavaMLWritable, DefaultParamsReadable, DefaultParamsWritable
34+
from pyspark.ml.util import DefaultParamsReadable, DefaultParamsWritable
3535

3636
from pyrasterframes.rf_context import RFContext
3737

0 commit comments

Comments
 (0)