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

chore: lint with black

parent 4a5d19a4
...@@ -27,8 +27,7 @@ sensor_schema = { ...@@ -27,8 +27,7 @@ sensor_schema = {
platform_status_core_fields_schema = { platform_status_core_fields_schema = {
"type": "object", "type": "object",
"properties": { "properties": {},
},
} }
platform_status_schema = { platform_status_schema = {
......
...@@ -81,9 +81,9 @@ waypoints_schema = { ...@@ -81,9 +81,9 @@ waypoints_schema = {
"example": "2022-12-21T00:00:00Z", "example": "2022-12-21T00:00:00Z",
}, },
"waypoints": { "waypoints": {
"type": "array", "type": "array",
"items": waypoint_schema, "items": waypoint_schema,
} },
}, },
"required": [ "required": [
"message_type", "message_type",
......
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