Skip to content

Commit 802a74d

Browse files
committed
Linting
1 parent 02abfbd commit 802a74d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test_collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
def get_numpy_vector(input_list: list) -> Any:
6767
try:
6868
import numpy as np
69+
6970
return np.array(input_list)
7071
except ModuleNotFoundError:
7172
return input_list

0 commit comments

Comments
 (0)