Skip to content

Commit c3d02a3

Browse files
author
Christopher Doris
committed
fix imports
1 parent b9b831a commit c3d02a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Wrap/Wrap.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using ..PythonCall
99
using ..Utils
1010
using ..C
1111
using ..Core
12+
using ..Convert
1213
using ..PyMacro
1314

1415
import ..PythonCall:
@@ -26,11 +27,6 @@ using Tables: Tables
2627
using UnsafePointers: UnsafePtr
2728

2829
import ..Core: Py, ispy
29-
import ..Convert:
30-
pyconvert_add_rule,
31-
PYCONVERT_PRIORITY_ARRAY,
32-
PYCONVERT_PRIORITY_CANONICAL,
33-
PYCONVERT_PRIORITY_NORMAL
3430

3531
include("PyIterable.jl")
3632
include("PyDict.jl")

0 commit comments

Comments
 (0)