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
f419d7c3
Verified
Commit
f419d7c3
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
chore: lint with black
parent
4a5d19a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
formats/platform_status.py
formats/platform_status.py
+1
-2
formats/waypoints.py
formats/waypoints.py
+2
-2
No files found.
formats/platform_status.py
View file @
f419d7c3
...
...
@@ -27,8 +27,7 @@ sensor_schema = {
platform_status_core_fields_schema
=
{
"type"
:
"object"
,
"properties"
:
{
},
"properties"
:
{},
}
platform_status_schema
=
{
...
...
This diff is collapsed.
Click to expand it.
formats/waypoints.py
View file @
f419d7c3
...
...
@@ -81,9 +81,9 @@ waypoints_schema = {
"example"
:
"2022-12-21T00:00:00Z"
,
},
"waypoints"
:
{
"type"
:
"array"
,
"type"
:
"array"
,
"items"
:
waypoint_schema
,
}
}
,
},
"required"
:
[
"message_type"
,
...
...
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