Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevo committed Sep 3, 2022
1 parent 1066f58 commit e66d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyeditorjs/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class bleach:
@staticmethod
def clean(text: str, tags: list=[], classes: list=[]):
def clean(text: str, tags: list=[], attributes: list=[]):
warnings.warn("Requested sanitization, but `bleach` is not installed. Not sanitizing...", UserWarning)
return text

Expand Down

0 comments on commit e66d714

Please sign in to comment.