Fix pep-8 issue

This commit is contained in:
Ben Busby 2021-01-21 12:09:52 -05:00
parent 2de503f5c2
commit 1682edfb1e
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

View File

@ -60,7 +60,6 @@ class Filter:
self.fix_question_section() self.fix_question_section()
self.update_styling(soup) self.update_styling(soup)
for img in [_ for _ in soup.find_all('img') if 'src' in _.attrs]: for img in [_ for _ in soup.find_all('img') if 'src' in _.attrs]:
self.update_element_src(img, 'image/png') self.update_element_src(img, 'image/png')