Skip to content

Instantly share code, notes, and snippets.

@zhanglintc
Created April 23, 2022 14:50
Show Gist options
  • Save zhanglintc/3998d54296751abb67ff33054d0d60c9 to your computer and use it in GitHub Desktop.
Save zhanglintc/3998d54296751abb67ff33054d0d60c9 to your computer and use it in GitHub Desktop.
Suppress all warnings
import warnings
warnings.warn = lambda *a, **kw: (a, kw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment