Verified Commit 6901b7d7 authored by Dan Jones's avatar Dan Jones
Browse files

chore: run black

parent 1d51a7b2
Pipeline #233166 passed with stages
in 1 minute and 26 seconds
...@@ -184,12 +184,12 @@ platform_status_schema = { ...@@ -184,12 +184,12 @@ platform_status_schema = {
"no_position_reason": { "no_position_reason": {
"type": "string", "type": "string",
"enum": [ "enum": [
"missing", "missing",
"invalid", "invalid",
"old", "old",
"poor_fix", "poor_fix",
"unavailable", "unavailable",
"not_applicable" "not_applicable",
], ],
"description": "Why position data is unavailable", "description": "Why position data is unavailable",
"example": "invalid", "example": "invalid",
......
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