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/29 22:13:29 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3458 import style fix

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 010fa38  AIRAVATA-3458 import style fix
010fa38 is described below

commit 010fa38d12cb5fec4b0e281d873e2db1905628d0
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Apr 29 18:13:16 2021 -0400

    AIRAVATA-3458 import style fix
---
 django_airavata/apps/api/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/api/views.py b/django_airavata/apps/api/views.py
index 12c363d..1519cfc 100644
--- a/django_airavata/apps/api/views.py
+++ b/django_airavata/apps/api/views.py
@@ -28,8 +28,8 @@ from airavata_django_portal_sdk import user_storage
 from django.conf import settings
 from django.core.exceptions import ObjectDoesNotExist, PermissionDenied
 from django.http import FileResponse, Http404, HttpResponse, JsonResponse
-from django.views.decorators.gzip import gzip_page
 from django.urls import reverse
+from django.views.decorators.gzip import gzip_page
 from rest_framework import mixins, status
 from rest_framework.decorators import action, api_view
 from rest_framework.exceptions import ParseError