forked from gergely/calendar-social
Make PyLint happy again
This commit is contained in:
@@ -334,8 +334,6 @@ class CalendarSocialApp(Flask):
|
||||
"""View to accept an invitation
|
||||
"""
|
||||
|
||||
from flask import redirect, url_for
|
||||
|
||||
from .models import db, Invitation, Response, ResponseType
|
||||
|
||||
invitation = Invitation.query.get_or_404(invite_id)
|
||||
|
Reference in New Issue
Block a user