From d6bbb800fe5c867d809e8cc704f89ae9d0a03b8c Mon Sep 17 00:00:00 2001 From: Dan Jones <danjon@noc.ac.uk> Date: Thu, 29 Aug 2024 09:37:52 +0100 Subject: [PATCH] lint: run black --- formats/planning_configuration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/formats/planning_configuration.py b/formats/planning_configuration.py index 96074d9..351e342 100644 --- a/formats/planning_configuration.py +++ b/formats/planning_configuration.py @@ -15,7 +15,7 @@ emergency_schema = { }, "target_waypoint": { "$ref": "https://geojson.org/schema/Point.json", - } + }, }, "required": [ "target_waypoint", @@ -215,14 +215,14 @@ planning_configuration_schema = { "region_of_interest": { "type": "array", "items": { - "$ref": "https://geojson.org/schema/Polygon.json", + "$ref": "https://geojson.org/schema/Polygon.json", }, "description": "Region of interest for the entire operation", }, "exclusion_zones": { "type": "array", "items": { - "$ref": "https://geojson.org/schema/Polygon.json", + "$ref": "https://geojson.org/schema/Polygon.json", }, "description": "Exclusion zones for all platforms", }, -- GitLab