remove unused import
This commit is contained in:
parent
8536ef9e23
commit
15aaeda475
|
@ -4,8 +4,6 @@ from django.contrib.auth.mixins import LoginRequiredMixin
|
|||
from django.views.generic import TemplateView
|
||||
from guardian.shortcuts import get_objects_for_user
|
||||
|
||||
from passbook.core.models import Application
|
||||
|
||||
|
||||
class OverviewView(LoginRequiredMixin, TemplateView):
|
||||
"""Overview for logged in user, incase user opens passbook directly
|
||||
|
|
Reference in New Issue