aboutsummaryrefslogtreecommitdiff
path: root/neb/std/repl.py
diff options
context:
space:
mode:
authormryouse2022-07-26 01:20:30 +0000
committermryouse2022-07-26 01:20:30 +0000
commit973d1f2fb34188adfba182b2c52d9b2b2ad52829 (patch)
tree50f498c46af578de0fdd79b689f54c591315e4ca /neb/std/repl.py
parent0de12784cfc54130e65812e64cbd9e975ceab9ff (diff)
cleanup after moving func/def stuff into parsing
Diffstat (limited to 'neb/std/repl.py')
-rw-r--r--neb/std/repl.py2
1 files changed, 1 insertions, 1 deletions
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 *