This commit is contained in:
2022-09-07 07:20:30 +01:00
parent 4bc97dcc4d
commit 816ed2665b

View File

@@ -7,6 +7,7 @@ from math import floor, log10
from pprint import pprint
import manticoresearch
import requests
import ujson
from django.conf import settings
from siphashc import siphash
@@ -14,7 +15,7 @@ from siphashc import siphash
from core import r
from core.lib.processing import annotate_results, filter_blacklisted, parse_results
from core.views import helpers
import requests
logger = logging.getLogger(__name__)