Skip to content

Commit cd8d66b

Browse files
committed
[ci] fix the missing sys
1 parent f2736fa commit cd8d66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/benchcodecs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44
import time
55
import os
6+
import sys
67
import numpy as np
78

89
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))

0 commit comments

Comments
 (0)