Skip to content

Commit 59e2980

Browse files
committed
remove unused imports
1 parent 278d77f commit 59e2980

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

cli/main.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
import sys
33
import typer
44

5-
# this is the analyzer
6-
from spice.analyze import analyze_file
7-
8-
# here we import utilities
9-
from cli.utils.get_translation import get_translation
10-
11-
# here we import the commands
5+
# import commands
126
from cli.commands.translate import translate_command
137
from cli.commands.hello import hello_command
148
from cli.commands.version import version_command

0 commit comments

Comments
 (0)