dante-verification/src/util/disable_sklearn_warnings.py

4 lines
69 B
Python

def warn(*args, **kwargs): pass
import warnings
warnings.warn = warn