[fix] scanr_structure engine: fix import

This commit is contained in:
Alexandre Flament 2020-11-03 10:54:02 +01:00
parent 45f58a4a2a
commit a08df82574
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
""" """
from json import loads, dumps from json import loads, dumps
from urllib.parse import html_to_text from searx.utils import html_to_text
# engine dependent config # engine dependent config
categories = ['science'] categories = ['science']