File size: 79 Bytes
e714957
 
 
 
1
2
3
4
import warnings

def suppress_warnings():
    warnings.filterwarnings("ignore")