Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8659212f authored by Alexandre Flament's avatar Alexandre Flament
Browse files

[fix] drop Python 2: use collections.abc.Iterable instead of collections.Iterable

parent 15013e64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from collections import Iterable
from collections.abc import Iterable
from json import loads
from urllib.parse import urlencode
from searx.utils import to_string