You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/09/13 18:54:49 UTC

[airavata-django-portal] branch master updated: Removing unused imports

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new dbb551d  Removing unused imports
dbb551d is described below

commit dbb551d35233e99d24171a0f21029c41b4c40cc0
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Sep 13 14:54:40 2019 -0400

    Removing unused imports
---
 django_airavata/apps/workspace/views.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/django_airavata/apps/workspace/views.py b/django_airavata/apps/workspace/views.py
index 67b7f1a..80c488d 100644
--- a/django_airavata/apps/workspace/views.py
+++ b/django_airavata/apps/workspace/views.py
@@ -1,24 +1,12 @@
 
 import json
 import logging
-import os
-from urllib.parse import urlparse
 
-from django.conf import settings
 from django.contrib.auth.decorators import login_required
-from django.core.files.storage import FileSystemStorage
-from django.http import JsonResponse
 from django.shortcuts import render
 from rest_framework.renderers import JSONRenderer
 
 from airavata.model.application.io.ttypes import DataType
-from airavata.model.data.replica.ttypes import (
-    DataProductModel,
-    DataProductType,
-    DataReplicaLocationModel,
-    ReplicaLocationCategory,
-    ReplicaPersistentType
-)
 from django_airavata.apps.api import data_products_helper
 from django_airavata.apps.api.views import (
     ApplicationModuleViewSet,