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 af12e13 AIRAVATA-3488 linting fixes
af12e13 is described below
commit af12e1399f9f18c4942e01e7a09b2ab05aa3d4ed
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Aug 20 16:58:51 2021 -0400
AIRAVATA-3488 linting fixes
---
django_airavata/wagtailapps/base/wagtail_hooks.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/django_airavata/wagtailapps/base/wagtail_hooks.py
b/django_airavata/wagtailapps/base/wagtail_hooks.py
index 9adc032..7ef5d6d 100644
--- a/django_airavata/wagtailapps/base/wagtail_hooks.py
+++ b/django_airavata/wagtailapps/base/wagtail_hooks.py
@@ -1,8 +1,10 @@
import logging
from django.shortcuts import redirect
+from wagtail.admin.rich_text.converters.html_to_contentstate import (
+ BlockElementHandler
+)
from wagtail.core import hooks
-from wagtail.admin.rich_text.converters.html_to_contentstate import
BlockElementHandler
logger = logging.getLogger(__name__)