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 d0fecc8 Remove missing airavata_sdk import
d0fecc8 is described below
commit d0fecc8d8f8b06cafd1f5cca77f05e3ab3587dab
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Jan 31 16:00:50 2018 -0500
Remove missing airavata_sdk import
---
django_airavata/apps/api/views.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/django_airavata/apps/api/views.py
b/django_airavata/apps/api/views.py
index a7d2061..dd90a1b 100644
--- a/django_airavata/apps/api/views.py
+++ b/django_airavata/apps/api/views.py
@@ -26,8 +26,6 @@ from airavata.model.appcatalog.computeresource.ttypes import
ComputeResourceDesc
from airavata.model.credential.store.ttypes import
CredentialOwnerType,SummaryType,CredentialSummary
from airavata.model.application.io.ttypes import DataType
-from airavata_sdk.experiment import Experiment
-
from collections import OrderedDict
import logging
--
To stop receiving notification emails like this one, please contact
[email protected].