diff --git a/.pylintrc b/.pylintrc index 0b2074e..87b2e65 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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" diff --git a/bot/welcome.py b/bot/welcome.py index 62cd3f1..db09c24 100644 --- a/bot/welcome.py +++ b/bot/welcome.py @@ -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: