Created
February 4, 2019 11:00
-
-
Save tssmits/a8400bc3f2bafb733094d042869d935e to your computer and use it in GitHub Desktop.
ignore psycopg2 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 ignore_psycopg2_warnings(): | |
| import warnings | |
| warnings.filterwarnings("ignore", message="The psycopg2 wheel package will be renamed from release 2.8;") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment