convert_to_seconds allow negative time strings and add pytests
This commit is contained in:
@@ -22,6 +22,7 @@ def array_search(
|
||||
"""depreacted, old call order"""
|
||||
return find_in_array_from_list(data, search_params, return_index)
|
||||
|
||||
|
||||
def find_in_array_from_list(
|
||||
data: list[dict[str, Any]],
|
||||
search_params: list[ArraySearchList],
|
||||
|
||||
Reference in New Issue
Block a user