Fix pep8 (4)

This commit is contained in:
DUO Labs 2022-02-02 14:51:15 -05:00 committed by GitHub
parent f6a82ad95c
commit 0258beb4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ class Filter:
for result in self.main_divs:
result_children = pull_child_divs(result)
if minimal_mode:
if any(f">{x}</span" in str(s) for s in result_children
if any(f">{x}</span" in str(s) for s in result_children
for x in minimal_mode_sections):
result.decompose()
continue