forked from gergely/calendar-social
Make PyLint happy
This commit is contained in:
parent
d36817ca44
commit
64c72b1a68
@ -216,7 +216,7 @@ class EventForm(FlaskForm):
|
||||
def __init__(self, *args, **kwargs):
|
||||
from flask_security import current_user
|
||||
|
||||
self.time_zone.kwargs['default'] = current_user.timezone
|
||||
self.time_zone.kwargs['default'] = current_user.timezone # pylint: disable=no-member
|
||||
|
||||
FlaskForm.__init__(self, *args, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user