Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed May 23, 2024
1 parent eb28593 commit 2c60187
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 @@ -803,7 +803,7 @@ def can_user_modify(self, user):
return self.event.can_user_modify(user)

def __str__(self):
return str(self.event)
return str(self.event) # pylint: disable=no-member


class ProblemCorrection(models.Model):
Expand Down

0 comments on commit 2c60187

Please sign in to comment.