Skip to content

Commit 7028190

Browse files
committed
deeper list
1 parent f99ee85 commit 7028190

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

amadeus/client/request.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ def __build_http_request(self):
9696
self.headers['Authorization'] = self.bearer_token
9797

9898
list_httpoverride = ['/v2/shopping/flight-offers',
99-
'/v1/shopping/seatmaps',
100-
'/v1/shopping/availability/flight-availabilities',
101-
'/v2/shopping/flight-offers/prediction',
102-
'/v1/shopping/flight-offers/pricing',
103-
'/v1/shopping/flight-offers/upselling']
99+
'/v1/shopping/seatmaps',
100+
'/v1/shopping/availability/flight-availabilities',
101+
'/v2/shopping/flight-offers/prediction',
102+
'/v1/shopping/flight-offers/pricing',
103+
'/v1/shopping/flight-offers/upselling']
104104

105105
if self.verb == 'POST':
106106
if self.path in list_httpoverride:

0 commit comments

Comments
 (0)