Skip to content

Commit 95241dd

Browse files
author
Christopher Doris
committed
fix imports
1 parent a4ed12d commit 95241dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Convert/Convert.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import ..PythonCall:
2828
export
2929
pyconvert_tryconvert,
3030
pyconvertarg,
31-
pyconvert_result
31+
pyconvert_result,
3232
pyconvert_unconverted,
3333
pyconvert_isunconverted,
3434
pyconvert_result

src/Core/Core.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ import ..PythonCall:
133133
pycallable,
134134
pycompile,
135135
@pyeval,
136-
@pyexec
136+
@pyexec,
137+
pyconvert
137138

138139
export
139140
pyisnot,

0 commit comments

Comments
 (0)