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 be44641 Removing unused import
be44641 is described below
commit be4464181985387f7ab58cbac605b50d6a813887
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Jul 18 14:18:33 2018 -0400
Removing unused import
---
django_airavata/wagtailapps/base/blocks.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/django_airavata/wagtailapps/base/blocks.py
b/django_airavata/wagtailapps/base/blocks.py
index bf0a123..63c2d1e 100644
--- a/django_airavata/wagtailapps/base/blocks.py
+++ b/django_airavata/wagtailapps/base/blocks.py
@@ -4,7 +4,6 @@ from wagtail.snippets.blocks import SnippetChooserBlock
from wagtail.core.blocks import (
CharBlock, ChoiceBlock, RichTextBlock, StreamBlock, StructBlock,
TextBlock, ListBlock, BooleanBlock, StaticBlock, IntegerBlock, RawHTMLBlock
)
-from django_airavata.wagtailapps.base import models
class ImageBlock(StructBlock):
"""