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

lint: run black

parent 6c50fcfa
No related merge requests found
Pipeline #229632 failed with stages
in 1 minute and 13 seconds
......@@ -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",
},
......
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