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'