Skip to content
Snippets Groups Projects
Commit ef4fb7eb authored by zero323's avatar zero323 Committed by Holden Karau
Browse files

[SPARK-19506][ML][PYTHON] Import warnings in pyspark.ml.util


## What changes were proposed in this pull request?

Add missing `warnings` import.

## How was this patch tested?

Manual tests.

Author: zero323 <zero323@users.noreply.github.com>

Closes #16846 from zero323/SPARK-19506.

(cherry picked from commit 5e7cd332)
Signed-off-by: default avatarHolden Karau <holden@us.ibm.com>
parent a3b67513
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
import sys import sys
import uuid import uuid
import warnings
if sys.version > '3': if sys.version > '3':
basestring = str basestring = str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment