Make PyLint happy again

This commit is contained in:
2018-07-10 16:39:16 +02:00
parent f782ece010
commit 41f6c88df1
2 changed files with 7 additions and 3 deletions

View File

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