Skip to content

Commit b670019

Browse files
committed
[CodeStyle] Apply code linters.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 1d283d7 commit b670019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/pcluster/api/awslambda/serverless_wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
import json
1818
import os
1919
import sys
20+
from urllib.parse import unquote, unquote_plus, urlencode
2021

2122
from werkzeug.datastructures import Headers, MultiDict, iter_multi_items
2223
from werkzeug.http import HTTP_STATUS_CODES
23-
from urllib.parse import urlencode, unquote, unquote_plus
2424
from werkzeug.wrappers import Response
2525

2626
# List of MIME types that should not be base64 encoded. MIME types within `text/*`

0 commit comments

Comments
 (0)