Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-reiss committed Jul 26, 2024
1 parent 02abfbd commit 802a74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
def get_numpy_vector(input_list: list) -> Any:
try:
import numpy as np

return np.array(input_list)
except ModuleNotFoundError:
return input_list
Expand Down

0 comments on commit 802a74d

Please sign in to comment.