We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408116 commit 5d45f6bCopy full SHA for 5d45f6b
amadeus/travel/_analytics.py
@@ -7,6 +7,4 @@ class Analytics(Decorator, object):
7
def __init__(self, client):
8
Decorator.__init__(self, client)
9
self.fare_searches = FareSearches(client)
10
-
11
- def air_traffic(self, client):
12
- return AirTraffic(self.client)
+ self.air_traffic = AirTraffic(client)
0 commit comments