Fixed logging regression introduced in bbe28496d3
This commit is contained in:
parent
3baebf52aa
commit
a969394cff
|
@ -1,6 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import logging
|
||||
import logging.config # needed when logging_config doesn't start with logging.config
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
|
|
Loading…
Reference in New Issue