From 17b6faa4c3c1cf14a327f4a3538fc70dce08b756 Mon Sep 17 00:00:00 2001
From: Adam Tauber <asciimoo@gmail.com>
Date: Thu, 2 Jan 2020 22:37:06 +0100
Subject: [PATCH] [fix] pep8

---
 searx/engines/bing.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/searx/engines/bing.py b/searx/engines/bing.py
index 24776c400..b193f7c60 100644
--- a/searx/engines/bing.py
+++ b/searx/engines/bing.py
@@ -63,8 +63,6 @@ def response(resp):
     results = []
     result_len = 0
 
-
-
     dom = html.fromstring(resp.text)
     # parse results
     for result in eval_xpath(dom, '//div[@class="sa_cc"]'):