remove unused import

This commit is contained in:
debugtalk
2018-09-29 14:27:17 +08:00
parent 71fdac6940
commit 402f69816e

View File

@@ -3,7 +3,7 @@
import logging
import sys
from colorama import Back, Fore, Style, init
from colorama import Fore, init
from colorlog import ColoredFormatter
init(autoreset=True)