Skip to content

Commit 9e2a551

Browse files
author
Christopher Rowley
committed
fix missing import (merge error)
1 parent 9263622 commit 9e2a551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/JlWrap.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
@test pyeq(Bool, z, y)
304304
end
305305
@testset "__numpy_dtype__" begin
306+
using PythonCall.NumpyDates
306307
if Setup.devdeps
307308
np = pyimport("numpy")
308309

0 commit comments

Comments
 (0)