Skip to content

Commit

Permalink
Suppress dumb mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 21, 2024
1 parent b95ed2a commit af61f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KerbalStuff/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def allow_iframe_attr(tagname: str, attrib: str, val: str) -> bool:
'iframe': allow_iframe_attr
},
css_sanitizer=CSSSanitizer(),
filters=[bleach.linkifier.LinkifyFilter])
filters=[bleach.linkifier.LinkifyFilter]) # type: ignore[list-item]


def first_paragraphs(text: Optional[str]) -> str:
Expand Down

0 comments on commit af61f3f

Please sign in to comment.