Verified Commit d6bbb800 authored by Dan Jones's avatar Dan Jones
Browse files

lint: run black

parent 62281585
...@@ -15,7 +15,7 @@ emergency_schema = { ...@@ -15,7 +15,7 @@ emergency_schema = {
}, },
"target_waypoint": { "target_waypoint": {
"$ref": "https://geojson.org/schema/Point.json", "$ref": "https://geojson.org/schema/Point.json",
} },
}, },
"required": [ "required": [
"target_waypoint", "target_waypoint",
...@@ -215,14 +215,14 @@ planning_configuration_schema = { ...@@ -215,14 +215,14 @@ planning_configuration_schema = {
"region_of_interest": { "region_of_interest": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "https://geojson.org/schema/Polygon.json", "$ref": "https://geojson.org/schema/Polygon.json",
}, },
"description": "Region of interest for the entire operation", "description": "Region of interest for the entire operation",
}, },
"exclusion_zones": { "exclusion_zones": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "https://geojson.org/schema/Polygon.json", "$ref": "https://geojson.org/schema/Polygon.json",
}, },
"description": "Exclusion zones for all platforms", "description": "Exclusion zones for all platforms",
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment