Fix pep8 issue

This commit is contained in:
DUO Labs 2022-02-10 18:01:30 -05:00 committed by GitHub
parent 6ccb5f537c
commit 3c159822a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ class Filter:
def remove_site_blocks(self, soup) -> None: def remove_site_blocks(self, soup) -> None:
if not self.config.block: if not self.config.block:
return return
if not soup.body: if not soup.body:
return return
search_string = ' '.join(['-site:' + search_string = ' '.join(['-site:' +