Fix pep8 issue
This commit is contained in:
parent
6ccb5f537c
commit
3c159822a3
|
@ -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:' +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user