Fix PEP issue

Co-authored-by: Ben Busby <noreply+git@benbusby.com>
This commit is contained in:
DUO Labs 2021-10-26 12:29:43 -04:00 committed by GitHub
parent fc10a8ed5e
commit d096bcde8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: