Removed no longer needed import

This commit is contained in:
Salvador E. Tropea 2021-02-03 16:07:12 -03:00
parent afaecfe570
commit 2a93f97abd
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ Handles logging initialization and formating.
"""
import sys
import logging
from io import StringIO
no_colorama = False
try:
from colorama import init as colorama_init, Fore, Back, Style