jonathanjordan21 commited on
Commit
acc4965
·
verified ·
1 Parent(s): c0cbd48

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -220,7 +220,7 @@ def compute_features(candidate_point, api_key, radius=5000):
220
  features[f'num_{DATASET_COLUMNS[i]}'] = total_count
221
 
222
 
223
- n_banks = syncio.run(compute_places_count_with_api_key(
224
  api_key,
225
  lat,
226
  lon,
 
220
  features[f'num_{DATASET_COLUMNS[i]}'] = total_count
221
 
222
 
223
+ n_banks = asyncio.run(compute_places_count_with_api_key(
224
  api_key,
225
  lat,
226
  lon,