Skip to content

Commit 22210e4

Browse files
committed
chore: black
1 parent e1efd72 commit 22210e4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/plone/app/standardtiles/rawembed.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class IRawEmbedTile(Schema):
1212

1313
tile_title = schema.TextLine(
1414
title=_("Title"),
15-
description=_(
16-
"""The title will also be used to create
17-
identifying class on that tile"""
18-
),
15+
description=_("""The title will also be used to create
16+
identifying class on that tile"""),
1917
required=True,
2018
)
2119

@@ -28,10 +26,8 @@ class IRawEmbedTile(Schema):
2826
ignore_querystring("html_snippet")
2927
html_snippet = schema.SourceText(
3028
title=_("HTML Snippet"),
31-
description=_(
32-
"""Be CAREFUL what you paste here, no security
33-
checks or transforms to safe_html will be done!"""
34-
),
29+
description=_("""Be CAREFUL what you paste here, no security
30+
checks or transforms to safe_html will be done!"""),
3531
required=False,
3632
)
3733

0 commit comments

Comments
 (0)