File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33from amadeus .namespaces ._shopping import Shopping
44from amadeus .namespaces ._e_reputation import EReputation
55from amadeus .namespaces ._airport import Airport
6- from amadeus .namespaces ._media import Media
76from amadeus .namespaces ._booking import Booking
87from amadeus .namespaces ._safety import Safety
98from amadeus .namespaces ._schedule import Schedule
@@ -19,7 +18,6 @@ def __init__(self):
1918 self .shopping = Shopping (self )
2019 self .e_reputation = EReputation (self )
2120 self .airport = Airport (self )
22- self .media = Media (self )
2321 self .booking = Booking (self )
2422 self .safety = Safety (self )
2523 self .schedule = Schedule (self )
Original file line number Diff line number Diff line change 6767 expect (client .airport .predictions .on_time ).not_to (be_none )
6868 expect (client .airport .direct_destinations ).not_to (be_none )
6969
70- expect (client .media ).not_to (be_none )
71- expect (client .media .files ).not_to (be_none )
72-
7370 expect (client .travel .trip_parser_jobs ).not_to (be_none )
7471 expect (client .travel .trip_parser_jobs .status ).not_to (be_none )
7572 expect (client .travel .trip_parser_jobs .result ).not_to (be_none )
You can’t perform that action at this time.
0 commit comments