Fix pep8 issues (7)
This commit is contained in:
parent
942c26e812
commit
ee2351f01d
|
@ -131,7 +131,8 @@ class Filter:
|
||||||
|
|
||||||
for result in selected:
|
for result in selected:
|
||||||
result.string.replace_with(
|
result.string.replace_with(
|
||||||
result.string.replace(search_string, ''))
|
result.string.replace(
|
||||||
|
search_string, ''))
|
||||||
|
|
||||||
def remove_ads(self) -> None:
|
def remove_ads(self) -> None:
|
||||||
"""Removes ads found in the list of search result divs
|
"""Removes ads found in the list of search result divs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user