Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Nov 12, 2023
1 parent 61a5d10 commit c2952d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion competition/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ def has_object_permission(self, request, view, obj):
request.user.is_authenticated and
EventRegistration.get_registration_by_profile_and_event(
request.user.profile, obj.series.semester))


return super().has_object_permission(request, view, obj)

0 comments on commit c2952d1

Please sign in to comment.