Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAnonymous committed Feb 16, 2024
1 parent 47a7475 commit 98c2b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ min-public-methods=0
[MESSAGES CONTROL]
# Disable the message "C0114: Missing module docstring"
# Disabled the message "W0511: fixme"
# Disabled the message "R0201: Method could be a function"
disable=C0114, W0511, R0201
disable=C0114, W0511

[FORMAT]
# Disabled the message "W0603: Using the global statement"
Expand Down
1 change: 0 additions & 1 deletion bot/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from bot.db.models import AdeptMember
from bot.interactions import StudentInteraction, YesNoInteraction
from bot.interactions.errors import NoReplyException
from bot.db.services import UserService


class StudentProcessOutput:
Expand Down

0 comments on commit 98c2b00

Please sign in to comment.