Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 17, 2023
1 parent 216c49d commit 8b2189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/textfield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
allowed_mime_types=None,
max_length=None,
schema=IRichTextValue,
**kw
**kw,
):
self.default_mime_type = default_mime_type
self.output_mime_type = output_mime_type
Expand Down

0 comments on commit 8b2189e

Please sign in to comment.