Skip to content

Commit

Permalink
Fixed pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAnonymous committed Dec 9, 2024
1 parent f3c2cdd commit d344bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bot/botcommands/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def __init__(
author: discord.Member,
reason: str,
parsed_time: ParsedTime = None,
/,
):
self.strike = strike
self.target = target
Expand Down
2 changes: 1 addition & 1 deletion bot/db/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
name: str,
email: str,
is_student: bool,
/,
*,
is_teacher: bool = False,
is_it_student: bool = False,
student_id: int = None,
Expand Down

0 comments on commit d344bc9

Please sign in to comment.