Browse Source

[fix] pep8

Adam Tauber 5 years ago
parent
commit
17b6faa4c3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      searx/engines/bing.py

+ 0 - 2
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"]'):