Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 3, 2020
1 parent 2212ddb commit 97ca0ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/julia/pyjulia_helper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

"""
Expand Down

0 comments on commit 97ca0ec

Please sign in to comment.