remove unused import

This commit is contained in:
Thomas Prescott
2021-03-03 08:02:50 -06:00
parent 1bac04a24c
commit e5b9019828

1
CLI.py
View File

@@ -6,7 +6,6 @@ import textwrap
import shlex
import sys
import source.classes.constants as CONST
from source.classes.BabelFish import BabelFish
from Utils import update_deprecated_args