This commit is contained in:
Jean-Paul Calderone 2021-09-07 15:16:30 -04:00
parent 5a238c4f07
commit 4db8c2209b

View File

@ -11,7 +11,7 @@ if PY2:
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401 from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
import os import os
from urllib.parse import urlencode, quote as url_quote from urllib.parse import urlencode
import json import json