lint: pylint comments and unused imports

This commit is contained in:
Jimmy Zelinskie 2015-02-02 16:54:23 -05:00
parent 75fa007c54
commit 90a3782933
3 changed files with 4 additions and 3 deletions

2
app.py
View file

@ -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 """