You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnboundLocalError: local variable 'similar_users' referenced before assignment
perhaps attributed to the filter users
File "/Users/austinkuemper/appacademy/week_20/Spartner/app/api/user_routes.py", line 362, in filter_user
return { "users_answers": [ user for user in similar_users]}
The text was updated successfully, but these errors were encountered:
UnboundLocalError: local variable 'similar_users' referenced before assignment
perhaps attributed to the filter users
File "/Users/austinkuemper/appacademy/week_20/Spartner/app/api/user_routes.py", line 362, in filter_user
return { "users_answers": [ user for user in similar_users]}
The text was updated successfully, but these errors were encountered: