Verified Commit 6cda35e4 authored by Dan Jones's avatar Dan Jones
Browse files

lint: run black

parent 4f981671
......@@ -220,8 +220,8 @@ primitive_schema = {
"instruction": {
"type": "string",
"enum": [
"stay_inside",
"stay_outside",
"stay_inside",
"stay_outside",
"navigate_to",
"follow",
"repeat",
......@@ -233,9 +233,7 @@ primitive_schema = {
"$ref": "https://geojson.org/schema/Feature.json",
},
},
"required": [
"feature"
]
"required": ["feature"],
}
planning_configuration_schema = {
......
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