mirror of
https://github.com/searx/searx
synced 2025-01-07 14:52:29 +01:00
[fix] drop Python 2: use collections.abc.Iterable instead of collections.Iterable
This commit is contained in:
parent
15013e64d8
commit
8659212f5a
@ -1,4 +1,4 @@
|
|||||||
from collections import Iterable
|
from collections.abc import Iterable
|
||||||
from json import loads
|
from json import loads
|
||||||
from urllib.parse import urlencode
|
from urllib.parse import urlencode
|
||||||
from searx.utils import to_string
|
from searx.utils import to_string
|
||||||
|
Loading…
Reference in New Issue
Block a user