src/pyams_content/component/paragraph/interfaces/keypoint.py
changeset 555 8e8a14452567
parent 429 fafbf6bb246e
child 586 28445044f6e3
--- a/src/pyams_content/component/paragraph/interfaces/keypoint.py	Thu May 24 10:51:45 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/keypoint.py	Fri May 25 08:03:41 2018 +0200
@@ -17,7 +17,6 @@
 
 # import interfaces
 from pyams_content.component.paragraph.interfaces import IBaseParagraph
-from pyams_content.features.renderer import IRenderedContent
 
 # import packages
 from pyams_i18n.schema import I18nTextField
@@ -34,7 +33,7 @@
 KEYPOINTS_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.keypoint.renderers'
 
 
-class IKeypointsParagraph(IRenderedContent, IBaseParagraph):
+class IKeypointsParagraph(IBaseParagraph):
     """Key points paragraph"""
 
     body = I18nTextField(title=_("Key points"),