aboutsummaryrefslogtreecommitdiffstats
path: root/src/dashboard/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/views.py')
-rw-r--r--src/dashboard/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dashboard/views.py b/src/dashboard/views.py
index 9416cb4..c387251 100644
--- a/src/dashboard/views.py
+++ b/src/dashboard/views.py
@@ -12,12 +12,10 @@
from django.shortcuts import get_object_or_404
from django.views.generic import TemplateView
from django.shortcuts import render
-from django.http import HttpResponseRedirect
from account.models import Lab
from resource_inventory.models import Image, HostProfile
-from workflow.views import create_session
from workflow.workflow_manager import ManagerTracker