Created
April 27, 2017 13:59
-
-
Save lucgiffon/748fd1d5593825024a72c44e9e5756b2 to your computer and use it in GitHub Desktop.
piece pf cpde that disable warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def warn(*args, **kwargs): | |
pass | |
import warnings | |
warnings.warn = warn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment