Remove Hashable import from ppp_interpreter.py
Should have done this with the previous commit...
This commit is contained in:
parent
1efac4b8e5
commit
0dbc46bf9c
@ -3,7 +3,7 @@ from typing import Dict, List as List_, Optional, Tuple, Union
|
||||
|
||||
from ppp_ast import *
|
||||
from ppp_lexer import Lexer
|
||||
from ppp_object import Bool, EnumValue, Function, Hashable, Int, Object, Str, Struct, Tuple as TupleObject, List as ListObject, Return as ReturnObject, TypeObject, Void
|
||||
from ppp_object import Bool, EnumValue, Function, Int, Object, Str, Struct, Tuple as TupleObject, List as ListObject, Return as ReturnObject, TypeObject, Void
|
||||
from ppp_parser import is_valid_target, parse_statement
|
||||
from ppp_tokens import EofToken
|
||||
from ppp_stdlib import variables
|
||||
|
Loading…
Reference in New Issue
Block a user