Skip to content

Commit 3dd952f

Browse files
authored
Merge pull request firmai#1 from cclauss/patch-1
Undefined name: from warnings import warn for line 203
2 parents 76c2f2f + b587130 commit 3dd952f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandasvault/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from sklearn.metrics import roc_auc_score, average_precision_score, confusion_matrix
77
from sklearn.metrics import log_loss, brier_score_loss, accuracy_score
88
from math import sin, cos, sqrt, atan2, radians
9+
from warnings import warn
910

1011

1112
### TABLE PROCESSING

0 commit comments

Comments
 (0)