mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] drop Python 2: use collections.abc.Iterable instead of collections.Iterable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
from json import loads
|
||||
from urllib.parse import urlencode
|
||||
from searx.utils import to_string
|
||||
|
||||
Reference in New Issue
Block a user