Skip to content

Commit ecae28d

Browse files
committed
align link
1 parent 6be0080 commit ecae28d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

amadeus/client/request.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,14 @@ def __build_http_request(self):
9595
# Adds the authentication header since the bearer token has been set
9696
self.headers['Authorization'] = self.bearer_token
9797

98-
list_httpoverride = ['/v2/shopping/flight-offers',
98+
list_httpoverride = [
99+
'/v2/shopping/flight-offers',
99100
'/v1/shopping/seatmaps',
100101
'/v1/shopping/availability/flight-availabilities',
101102
'/v2/shopping/flight-offers/prediction',
102103
'/v1/shopping/flight-offers/pricing',
103-
'/v1/shopping/flight-offers/upselling']
104+
'/v1/shopping/flight-offers/upselling'
105+
]
104106

105107
if self.verb == 'POST':
106108
if self.path in list_httpoverride:

0 commit comments

Comments
 (0)