Skip to content

Commit b244b04

Browse files
committed
flake8 issues
1 parent 868fb89 commit b244b04

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

djangocms_frontend/contrib/link/migrations/0002_rename_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Migration(migrations.Migration):
1414
('link', '0001_initial'),
1515
]
1616

17-
1817
operations = [
1918
migrations.RunPython(
2019
lambda apps, schema_editor: rename(apps, "Link", "TextLink"),

djangocms_frontend/contrib/tabs/cms_plugins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class TabPlugin(mixin_factory("Tab"), AttributesMixin, CMSUIPlugin):
2929
child_classes = ["TabItemPlugin"]
3030
show_add_form = False
3131

32-
3332
fieldsets = [
3433
(
3534
None,

djangocms_frontend/contrib/utilities/cms_plugins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class EditorNotePlugin(mixin_factory("EditorNote"), CMSUIPlugin):
5252
show_add_form = False
5353
edit_disabled = True
5454

55+
5556
@plugin_pool.register_plugin
5657
class HeadingPlugin(mixin_factory("Heading"), AttributesMixin, SpacingMixin, CMSUIPlugin):
5758
"""Room for notes for editor only visible in edit mode"""

0 commit comments

Comments
 (0)