From 0a3eaa6a8ccd81aaa9c37187ecb6656c8741f49a Mon Sep 17 00:00:00 2001 From: Abderrahim AZIME Date: Wed, 11 Oct 2023 18:43:13 +0200 Subject: [PATCH] pre-commit --- .../jormungandr/jormungandr/modules/v1_routing/v1_routing.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/jormungandr/jormungandr/modules/v1_routing/v1_routing.py b/source/jormungandr/jormungandr/modules/v1_routing/v1_routing.py index a5c62a48e7..9b4f4a0217 100644 --- a/source/jormungandr/jormungandr/modules/v1_routing/v1_routing.py +++ b/source/jormungandr/jormungandr/modules/v1_routing/v1_routing.py @@ -312,7 +312,9 @@ def setup(self): self.add_resource(Status.Status, region + 'status', coord + 'status', endpoint='status') - self.add_resource(jop_status.JopStatus, region + 'jop_status', coord + 'jop_status', endpoint='jop_status') + self.add_resource( + jop_status.JopStatus, region + 'jop_status', coord + 'jop_status', endpoint='jop_status' + ) self.add_resource( GeoStatus.GeoStatus, region + '_geo_status', coord + '_geo_status', endpoint='geo_status'