Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
6cda35e4
Verified
Commit
6cda35e4
authored
6 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
lint: run black
parent
4f981671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
formats/planning_configuration.py
formats/planning_configuration.py
+3
-5
No files found.
formats/planning_configuration.py
View file @
6cda35e4
...
...
@@ -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
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment