Skip to content

Commit

Permalink
remove sys module
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Feb 28, 2019
1 parent 9c4ff09 commit b4d3de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import threading
from argparse import ArgumentParser
from copy import deepcopy
import sys

from AsmInterpreter.interpreter.lexical_analysis.lexer import Lexer as AsmLexer
from AsmInterpreter.interpreter.syntax_analysis.parser import Parser as AsmParser
Expand Down

0 comments on commit b4d3de1

Please sign in to comment.