Fix pep-8 issue
This commit is contained in:
parent
2de503f5c2
commit
1682edfb1e
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user