From 7f37246accb1f378b4bb23d2f1e0100bc4ebdfc5 Mon Sep 17 00:00:00 2001 From: Patrick Qian Date: Mon, 11 Mar 2024 17:19:47 +0100 Subject: [PATCH] fix _use_excluded_zones --- source/jormungandr/jormungandr/interfaces/v1/journey_common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/jormungandr/jormungandr/interfaces/v1/journey_common.py b/source/jormungandr/jormungandr/interfaces/v1/journey_common.py index bcfaa5d68f..0accbab1f8 100644 --- a/source/jormungandr/jormungandr/interfaces/v1/journey_common.py +++ b/source/jormungandr/jormungandr/interfaces/v1/journey_common.py @@ -785,7 +785,6 @@ def __init__(self, output_type_serializer): "_use_excluded_zones", type=BooleanType(), hidden=True, - default=False, help="only available for Asgard so far: take into account excluded zones pre-defined in Asgard, " "Warning: this feature may be performance impacting.", )