Optimize imports

This commit is contained in:
Richard Chien
2018-07-02 16:54:29 +08:00
parent 5f9c558a49
commit 1527d49522
8 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
import sys
import logging
import sys
logger = logging.getLogger('none')
default_handler = logging.StreamHandler(sys.stdout)