From 0df12919e2e88d106c45c8ee911824d0ea6b7473 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Wed, 20 Sep 2023 15:10:29 +0200 Subject: [PATCH] fix flake8 complains --- djangocms_text_ckeditor/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/djangocms_text_ckeditor/widgets.py b/djangocms_text_ckeditor/widgets.py index 408b9562c..05b827c9b 100644 --- a/djangocms_text_ckeditor/widgets.py +++ b/djangocms_text_ckeditor/widgets.py @@ -19,6 +19,7 @@ # this path is changed automatically whenever you run `gulp bundle` PATH_TO_JS = 'djangocms_text_ckeditor/js/dist/bundle-9f0bbac8ec.cms.ckeditor.min.js' + class TextEditorWidget(forms.Textarea): def __init__(self, attrs=None, installed_plugins=None, pk=None, placeholder=None, plugin_language=None, plugin_position=None,