Skip to content

Commit 44c439e

Browse files
author
Christopher Doris
committed
remove unused imports
1 parent c3d02a3 commit 44c439e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Convert/Convert.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ import ..PythonCall:
1818
pyconvert_add_rule,
1919
pyconvert_return,
2020
pyconvert_unconverted,
21-
PyConvertPriority,
22-
PYCONVERT_PRIORITY_WRAP,
23-
PYCONVERT_PRIORITY_ARRAY,
24-
PYCONVERT_PRIORITY_CANONICAL,
25-
PYCONVERT_PRIORITY_NORMAL,
26-
PYCONVERT_PRIORITY_FALLBACK
21+
PyConvertPriority
2722

2823
export
2924
pyconvert_tryconvert,

0 commit comments

Comments
 (0)