Skip to content

Commit 072423d

Browse files
committed
fix imports in benchmark
1 parent cd19489 commit 072423d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using PythonCall, BenchmarkTools
1+
using BenchmarkTools
2+
using PythonCall
3+
using PythonCall: pydel!, pyimport, pydict, pystr, pyrange
24

35
const SUITE = BenchmarkGroup()
46

0 commit comments

Comments
 (0)