Make PyLint happy
This commit is contained in:
		| @@ -216,7 +216,7 @@ class EventForm(FlaskForm): | |||||||
|     def __init__(self, *args, **kwargs): |     def __init__(self, *args, **kwargs): | ||||||
|         from flask_security import current_user |         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) |         FlaskForm.__init__(self, *args, **kwargs) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user