moved an import line to the top

This commit is contained in:
tyler
2026-05-19 03:08:57 -04:00
parent 8b7c8f7df8
commit 7e06e07e4f
+1 -3
View File
@@ -1,4 +1,4 @@
import json, os, logging, base64, time, hashlib, re, http.client, ssl, concurrent.futures, threading, math
import json, os, logging, base64, typing, time, hashlib, re, http.client, ssl, concurrent.futures, threading, math
from collections import Counter
from urllib.parse import urlparse
try:
@@ -1346,8 +1346,6 @@ INTENT_CONFIGS = {
},
}
import typing
if typing.TYPE_CHECKING:
from searx.search import SearchWithPlugins
from searx.extended_types import SXNG_Request