Skip to content

Commit

Permalink
fix flake8 complains
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 20, 2023
1 parent 9fe48f3 commit 0df1291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangocms_text_ckeditor/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0df1291

Please sign in to comment.