Skip to content
Snippets Groups Projects
Commit 5e7cd332 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.
parent 4321ff9e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
import sys
import uuid
import warnings
if sys.version > '3':
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