diff --git a/src/julia/pyjulia_helper.jl b/src/julia/pyjulia_helper.jl index 8ae83ec8..8837d489 100644 --- a/src/julia/pyjulia_helper.jl +++ b/src/julia/pyjulia_helper.jl @@ -9,7 +9,8 @@ const MacroTools = Base.require(Base.PkgId( "MacroTools", )) -using .PyCall: pyeval_, Py_eval_input, Py_file_input +using .PyCall +using .PyCall: Py_eval_input, Py_file_input, pyeval_ using .MacroTools: isexpr, walk """