Kaydet (Commit) b6983bbe authored tarafından Nick Coghlan's avatar Nick Coghlan

Ignore ImportWarning by default

üst 94a98e4f
......@@ -261,3 +261,4 @@ def _getcategory(category):
# Module initialization
_processoptions(sys.warnoptions)
simplefilter("ignore", category=PendingDeprecationWarning, append=1)
simplefilter("ignore", category=ImportWarning, append=1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment