src/pyams_content/component/paragraph/interfaces/video.py
changeset 555 8e8a14452567
parent 439 2a61d39de0fc
child 585 9fa8e9776bda
--- a/src/pyams_content/component/paragraph/interfaces/video.py	Thu May 24 10:51:45 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/video.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.interfaces import IRenderedContent
 
 # import packages
 from pyams_file.schema import VideoField
@@ -35,7 +34,7 @@
 VIDEO_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.video.renderers'
 
 
-class IVideoParagraph(IRenderedContent, IBaseParagraph):
+class IVideoParagraph(IBaseParagraph):
     """Video paragraph"""
 
     body = I18nHTMLField(title=_("Body"),