Removed no longer needed import
This commit is contained in:
parent
afaecfe570
commit
2a93f97abd
|
|
@ -11,7 +11,6 @@ Handles logging initialization and formating.
|
||||||
"""
|
"""
|
||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
from io import StringIO
|
|
||||||
no_colorama = False
|
no_colorama = False
|
||||||
try:
|
try:
|
||||||
from colorama import init as colorama_init, Fore, Back, Style
|
from colorama import init as colorama_init, Fore, Back, Style
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue