Skip to content

Commit 37686ee

Browse files
author
Christopher Doris
committed
remove unneeded exports
1 parent 95241dd commit 37686ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Convert/pyconvert.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ macro pyconvert(T, x, onfail = :(return $pyconvert_unconverted()))
379379
end
380380
end
381381
end
382-
export @pyconvert
383382

384383
"""
385384
pyconvert(T, x, [d])
@@ -392,7 +391,6 @@ pyconvert(::Type{T}, x) where {T} = @autopy x @pyconvert T x_ error(
392391
"cannot convert this Python '$(pytype(x_).__name__)' to a Julia '$T'",
393392
)
394393
pyconvert(::Type{T}, x, d) where {T} = @autopy x @pyconvert T x_ d
395-
export pyconvert
396394

397395
"""
398396
pyconvertarg(T, x, name)

0 commit comments

Comments
 (0)