forked from gergely/calendar-social
[Linting] Make PyLint happy with the current code
This commit is contained in:
@@ -298,6 +298,9 @@ class CalendarSocialApp(Flask):
|
||||
@staticmethod
|
||||
@route('/notifications')
|
||||
def notifications():
|
||||
"""View to list the notifications for the current user
|
||||
"""
|
||||
|
||||
from .models import Notification
|
||||
|
||||
if current_user.is_authenticated:
|
||||
|
Reference in New Issue
Block a user