Abdul-Ib commited on
Commit
913dfa6
1 Parent(s): 922f580

Update helper_functions.py

Browse files
Files changed (1) hide show
  1. helper_functions.py +1 -1
helper_functions.py CHANGED
@@ -268,7 +268,7 @@ async def check_validity(query: str, keyword_search: BM25L) -> np.ndarray:
268
  )
269
 
270
 
271
- def is_cheapest(query: str, request_json: list) -> list:
272
  """
273
  Check which product is the cheapest within the same category as
274
  each input query.
 
268
  )
269
 
270
 
271
+ async def is_cheapest(query: str, request_json: list) -> list:
272
  """
273
  Check which product is the cheapest within the same category as
274
  each input query.