Skip to content

Commit a6d992f

Browse files
committed
Remove unnecessary imports
1 parent faa03d6 commit a6d992f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygen/src/builtin_func.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from src.lexer import Lexer
22
from src.parser import Parser
3-
from src.symbol_table import SymbolTable
43
from src.value import *
54
from src.evaluator import RuntimeResult, RuntimeError
6-
import sys
75

86
class BuiltinFunction(BaseFunction):
97
def __init__(self, name):

0 commit comments

Comments
 (0)