Skip to content

Commit

Permalink
ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Nov 3, 2024
1 parent 8b1c58a commit 51db629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/views/Activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def Activities(request):
"signup_closing": curActivity.signup_closing,
"userregion": user_region,
"address": curActivity.address,
"seats_left" : curActivity.seats_left(),
"seats_left": curActivity.seats_left(),
}
if curActivity.address.region == user_region:
activities_for_region_of_user.append(a)
Expand Down

0 comments on commit 51db629

Please sign in to comment.