Skip to content

Commit dad0ab7

Browse files
authored
lower CBOR in priority order (#3471)
1 parent 152ecd8 commit dad0ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botocore/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
)
7272

7373
PRIORITY_ORDERED_SUPPORTED_PROTOCOLS = (
74-
'smithy-rpc-v2-cbor',
7574
'json',
7675
'rest-json',
7776
'rest-xml',
77+
'smithy-rpc-v2-cbor',
7878
'query',
7979
'ec2',
8080
)

0 commit comments

Comments
 (0)