Skip to content

Commit e589bd4

Browse files
committed
Import warnings in pyspark.ml.util
1 parent b94f4b6 commit e589bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/ml/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import sys
1919
import uuid
20+
import warnings
2021

2122
if sys.version > '3':
2223
basestring = str

0 commit comments

Comments
 (0)