From 973d1f2fb34188adfba182b2c52d9b2b2ad52829 Mon Sep 17 00:00:00 2001 From: mryouse Date: Tue, 26 Jul 2022 01:20:30 +0000 Subject: cleanup after moving func/def stuff into parsing --- neb/std/repl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neb/std/repl.py') diff --git a/neb/std/repl.py b/neb/std/repl.py index 573ecc8..0274e48 100644 --- a/neb/std/repl.py +++ b/neb/std/repl.py @@ -1,4 +1,4 @@ -from .. import TypeEnum, Environment, Arg, Builtin, UserFunction, Function, evaluate, InterpretPanic, Callable, NebSyntax, lex, parse, MultiFunction +from .. import TypeEnum, Environment, Arg, Builtin, UserFunction, evaluate, InterpretPanic, Callable, NebSyntax, lex, parse, MultiFunction from .core import interpretQuote from ..structs import * -- cgit v1.2.3