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/04/22 18:31:10 UTC

[airavata-django-portal] branch master updated: AIRAVATA-2987 Removing unused import

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 a5db647  AIRAVATA-2987 Removing unused import
a5db647 is described below

commit a5db64753b17edd9da761ce1ea9c4a25ef16dd58
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Apr 22 14:31:01 2019 -0400

    AIRAVATA-2987 Removing unused import
---
 django_airavata/apps/api/serializers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/api/serializers.py b/django_airavata/apps/api/serializers.py
index 8a6b20a..5f0685c 100644
--- a/django_airavata/apps/api/serializers.py
+++ b/django_airavata/apps/api/serializers.py
@@ -33,7 +33,7 @@ from airavata.model.appcatalog.parser.ttypes import Parser
 from airavata.model.appcatalog.storageresource.ttypes import (
     StorageResourceDescription
 )
-from airavata.model.application.io.ttypes import DataType, InputDataObjectType
+from airavata.model.application.io.ttypes import InputDataObjectType
 from airavata.model.credential.store.ttypes import (
     CredentialSummary,
     SummaryType