Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 8c516bb

Browse files
committed
remove redundant value
1 parent ee45d8b commit 8c516bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gsoc/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def save(self, *args, **kwargs):
171171
tags = settings.BLEACH_ALLOWED_TAGS
172172
attrs = bleach.sanitizer.ALLOWED_ATTRIBUTES
173173
attrs.update(settings.BLEACH_ALLOWED_ATTRS)
174-
styles = settings.BLEACH_ALLOWED_STYLES
175174
self.lead_in = bleach.clean(
176175
self.lead_in, tags=tags, attributes=attrs, css_sanitizer=css_sanitizer
177176
)

0 commit comments

Comments
 (0)