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 4280f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia/pyjulia_helper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MacroTools = Base.require(Base.PkgId(
"MacroTools",
))

using .PyCall: pyeval_, Py_eval_input, Py_file_input
using .PyCall: Py_eval_input, Py_file_input, pyeval_, pyfunction
using .MacroTools: isexpr, walk

"""
Expand Down

0 comments on commit 4280f3c

Please sign in to comment.