We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d283d7 commit b670019Copy full SHA for b670019
cli/src/pcluster/api/awslambda/serverless_wsgi.py
@@ -17,10 +17,10 @@
17
import json
18
import os
19
import sys
20
+from urllib.parse import unquote, unquote_plus, urlencode
21
22
from werkzeug.datastructures import Headers, MultiDict, iter_multi_items
23
from werkzeug.http import HTTP_STATUS_CODES
-from urllib.parse import urlencode, unquote, unquote_plus
24
from werkzeug.wrappers import Response
25
26
# List of MIME types that should not be base64 encoded. MIME types within `text/*`
0 commit comments