lint: pylint comments and unused imports
This commit is contained in:
parent
75fa007c54
commit
90a3782933
3 changed files with 4 additions and 3 deletions
2
app.py
2
app.py
|
@ -27,6 +27,8 @@ from data.queue import WorkQueue
|
|||
from data.userevent import UserEventsBuilderModule
|
||||
from avatars.avatars import Avatar
|
||||
|
||||
# pylint: disable=invalid-name,too-many-public-methods,too-few-public-methods,too-many-ancestors
|
||||
|
||||
|
||||
class Config(BaseConfig):
|
||||
""" Flask config enhanced with a `from_yamlfile` method """
|
||||
|
|
Reference in a new issue