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 2021/04/16 14:06:09 UTC

[airavata-django-portal] branch develop updated: Removing unused import

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2834425  Removing unused import
2834425 is described below

commit 2834425ec768b7414e13516b03aafdc7309dc488
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Apr 16 10:05:57 2021 -0400

    Removing unused import
---
 django_airavata/apps/api/serializers.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/django_airavata/apps/api/serializers.py b/django_airavata/apps/api/serializers.py
index 04d81f6..ba1884b 100644
--- a/django_airavata/apps/api/serializers.py
+++ b/django_airavata/apps/api/serializers.py
@@ -4,7 +4,6 @@ import json
 import logging
 from urllib.parse import quote, urlencode
 
-import requests
 from airavata.model.appcatalog.appdeployment.ttypes import (
     ApplicationDeploymentDescription,
     ApplicationModule,