Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Dec 10, 2023
1 parent c781dfd commit de246ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def can_user_participate(self, user):
return True

@classmethod
def can_user_create(cls, user: User, data):
def can_user_create(cls, user: User, data): # pylint:disable=unused-argument
return user.is_authenticated and user.is_staff

def __str__(self):
Expand Down

0 comments on commit de246ef

Please sign in to comment.