Browse Source

fixup! [fix] fix invalid escape error in Baidu Images & default config typo

Markus Heiser 1 month ago
parent
commit
a1d5add718
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/engines/baidu.py

+ 0 - 1
searx/engines/baidu.py

@@ -11,7 +11,6 @@ from urllib.parse import urlencode
 from datetime import datetime
 import time
 import json
-import re
 
 from searx.exceptions import SearxEngineAPIException
 from searx.utils import html_to_text