@@ -258,10 +258,10 @@ def create_air_shipping_estimate_with_http_info(
258
258
) # noqa: E501
259
259
260
260
# HTTP header `Content-Type`
261
- header_params [
262
- "Content-Type"
263
- ] = self . api_client . select_header_content_type ( # noqa: E501
264
- [ "application/json" ]
261
+ header_params ["Content-Type" ] = (
262
+ self . api_client . select_header_content_type ( # noqa: E501
263
+ [ "application/json" ]
264
+ )
265
265
) # noqa: E501
266
266
267
267
# Authentication setting
@@ -456,10 +456,10 @@ def create_bitcoin_estimate_with_http_info(
456
456
) # noqa: E501
457
457
458
458
# HTTP header `Content-Type`
459
- header_params [
460
- "Content-Type"
461
- ] = self . api_client . select_header_content_type ( # noqa: E501
462
- [ "application/json" ]
459
+ header_params ["Content-Type" ] = (
460
+ self . api_client . select_header_content_type ( # noqa: E501
461
+ [ "application/json" ]
462
+ )
463
463
) # noqa: E501
464
464
465
465
# Authentication setting
@@ -657,10 +657,10 @@ def create_ecommerce_estimate_with_http_info(
657
657
) # noqa: E501
658
658
659
659
# HTTP header `Content-Type`
660
- header_params [
661
- "Content-Type"
662
- ] = self . api_client . select_header_content_type ( # noqa: E501
663
- [ "application/json" ]
660
+ header_params ["Content-Type" ] = (
661
+ self . api_client . select_header_content_type ( # noqa: E501
662
+ [ "application/json" ]
663
+ )
664
664
) # noqa: E501
665
665
666
666
# Authentication setting
@@ -855,10 +855,10 @@ def create_flight_estimate_with_http_info(
855
855
) # noqa: E501
856
856
857
857
# HTTP header `Content-Type`
858
- header_params [
859
- "Content-Type"
860
- ] = self . api_client . select_header_content_type ( # noqa: E501
861
- [ "application/json" ]
858
+ header_params ["Content-Type" ] = (
859
+ self . api_client . select_header_content_type ( # noqa: E501
860
+ [ "application/json" ]
861
+ )
862
862
) # noqa: E501
863
863
864
864
# Authentication setting
@@ -1053,10 +1053,10 @@ def create_hotel_estimate_with_http_info(
1053
1053
) # noqa: E501
1054
1054
1055
1055
# HTTP header `Content-Type`
1056
- header_params [
1057
- "Content-Type"
1058
- ] = self . api_client . select_header_content_type ( # noqa: E501
1059
- [ "application/json" ]
1056
+ header_params ["Content-Type" ] = (
1057
+ self . api_client . select_header_content_type ( # noqa: E501
1058
+ [ "application/json" ]
1059
+ )
1060
1060
) # noqa: E501
1061
1061
1062
1062
# Authentication setting
@@ -1251,10 +1251,10 @@ def create_mass_estimate_with_http_info(
1251
1251
) # noqa: E501
1252
1252
1253
1253
# HTTP header `Content-Type`
1254
- header_params [
1255
- "Content-Type"
1256
- ] = self . api_client . select_header_content_type ( # noqa: E501
1257
- [ "application/json" ]
1254
+ header_params ["Content-Type" ] = (
1255
+ self . api_client . select_header_content_type ( # noqa: E501
1256
+ [ "application/json" ]
1257
+ )
1258
1258
) # noqa: E501
1259
1259
1260
1260
# Authentication setting
@@ -1452,10 +1452,10 @@ def create_rail_shipping_estimate_with_http_info(
1452
1452
) # noqa: E501
1453
1453
1454
1454
# HTTP header `Content-Type`
1455
- header_params [
1456
- "Content-Type"
1457
- ] = self . api_client . select_header_content_type ( # noqa: E501
1458
- [ "application/json" ]
1455
+ header_params ["Content-Type" ] = (
1456
+ self . api_client . select_header_content_type ( # noqa: E501
1457
+ [ "application/json" ]
1458
+ )
1459
1459
) # noqa: E501
1460
1460
1461
1461
# Authentication setting
@@ -1653,10 +1653,10 @@ def create_road_shipping_estimate_with_http_info(
1653
1653
) # noqa: E501
1654
1654
1655
1655
# HTTP header `Content-Type`
1656
- header_params [
1657
- "Content-Type"
1658
- ] = self . api_client . select_header_content_type ( # noqa: E501
1659
- [ "application/json" ]
1656
+ header_params ["Content-Type" ] = (
1657
+ self . api_client . select_header_content_type ( # noqa: E501
1658
+ [ "application/json" ]
1659
+ )
1660
1660
) # noqa: E501
1661
1661
1662
1662
# Authentication setting
@@ -1854,10 +1854,10 @@ def create_sea_shipping_estimate_with_http_info(
1854
1854
) # noqa: E501
1855
1855
1856
1856
# HTTP header `Content-Type`
1857
- header_params [
1858
- "Content-Type"
1859
- ] = self . api_client . select_header_content_type ( # noqa: E501
1860
- [ "application/json" ]
1857
+ header_params ["Content-Type" ] = (
1858
+ self . api_client . select_header_content_type ( # noqa: E501
1859
+ [ "application/json" ]
1860
+ )
1861
1861
) # noqa: E501
1862
1862
1863
1863
# Authentication setting
0 commit comments