fixup! Working with stub classes
This commit is contained in:
parent
7c13541e3a
commit
9492de0767
@ -111,7 +111,7 @@ class Condition:
|
||||
|
||||
class Folder:
|
||||
|
||||
def __init__(self, id, search_id, trip_ids, arrival_date, cents, travel_class, comfort, created_at, has_round_trip_fare, arrival_station_id, system, departure_date, is_sellable, is_birthdate_required, flexibility, digest, direction, currency, departure_station_id, is_only_possible_travel_class=False):
|
||||
def __init__(self, id, search_id, trip_ids, arrival_date, cents, travel_class, comfort, created_at, has_round_trip_fare, arrival_station_id, system, departure_date, is_sellable, is_birthdate_required, flexibility, digest, direction, currency, departure_station_id, is_phone_number_mandatory=False, is_only_possible_travel_class=False, has_fetchable_options=False, has_mandatory_fetchable_options=False, fetchable_options_hints=[], required_identification_documents=False, reference_folders=[]):
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user