From 0acfcf5cbecf12c359738ec66638047abef8fc06 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 6 Apr 2021 11:33:47 -0400 Subject: [PATCH] PEP-8 fix --- app/filter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/filter.py b/app/filter.py index b37ede4..266cf5e 100644 --- a/app/filter.py +++ b/app/filter.py @@ -153,7 +153,8 @@ class Filter: if src.startswith(LOGO_URL): # Re-brand with Whoogle logo - element.replace_with(BeautifulSoup(render_template('logo.html', dark=self.dark))) + element.replace_with(BeautifulSoup( + render_template('logo.html', dark=self.dark))) return elif src.startswith(GOOG_IMG) or GOOG_STATIC in src: element['src'] = BLANK_B64