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:11:27 UTC

[airavata-django-portal-sdk] branch mft-integration updated: AIRAVATA-3420 import style fix

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

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


The following commit(s) were added to refs/heads/mft-integration by this push:
     new 3c3fb34  AIRAVATA-3420 import style fix
3c3fb34 is described below

commit 3c3fb34b18c0e0420621fb67e6437ba7a9be45c7
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Apr 29 18:11:16 2021 -0400

    AIRAVATA-3420 import style fix
---
 airavata_django_portal_sdk/user_storage/backends/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airavata_django_portal_sdk/user_storage/backends/__init__.py b/airavata_django_portal_sdk/user_storage/backends/__init__.py
index 7c88143..f0e98c0 100644
--- a/airavata_django_portal_sdk/user_storage/backends/__init__.py
+++ b/airavata_django_portal_sdk/user_storage/backends/__init__.py
@@ -1,4 +1,5 @@
 from .django_filesystem_provider import DjangoFileSystemProvider
+
 try:
     # Try to import MFTUserStorageProvider, but dependencies may not be loaded
     # so the following might fail