Fix PEP issue
Co-authored-by: Ben Busby <noreply+git@benbusby.com>
This commit is contained in:
parent
fc10a8ed5e
commit
d096bcde8f
|
@ -188,7 +188,7 @@ class Filter:
|
|||
for result in self.main_divs:
|
||||
result_children = pull_child_divs(result)
|
||||
if read_config_bool('WHOOGLE_MINIMAL'):
|
||||
if len(result_children) in (1,3):
|
||||
if len(result_children) in (1, 3):
|
||||
continue
|
||||
else:
|
||||
if len(result_children) < self.RESULT_CHILD_LIMIT:
|
||||
|
|
Loading…
Reference in New Issue
Block a user