Verified Commit 9bf07ff3 authored by Dan Jones's avatar Dan Jones
Browse files

lint: run black

parent 0bc01bdd
Pipeline #181851 passed with stages
in 1 minute and 3 seconds
...@@ -39,8 +39,8 @@ alert_schema = { ...@@ -39,8 +39,8 @@ alert_schema = {
"details": { "details": {
"type": "string", "type": "string",
"description": "Detailed reason for the alert ", "description": "Detailed reason for the alert ",
"example": "Discrepancy between rudder and actuator positions" + "example": "Discrepancy between rudder and actuator positions"
" : Rudder Pos=10.31°, Steering Actuator Pos=28.65°, Discrepancy=18.33°", + " : Rudder Pos=10.31°, Steering Actuator Pos=28.65°, Discrepancy=18.33°",
}, },
"severity": { "severity": {
"type": "string", "type": "string",
......
...@@ -170,7 +170,6 @@ platform_status_schema = { ...@@ -170,7 +170,6 @@ platform_status_schema = {
"description": "Battery remaining % provided by respective C2", "description": "Battery remaining % provided by respective C2",
"example": 80.2, "example": 80.2,
}, },
# Battery power (kw / float) # Battery power (kw / float)
"battery_output": { # changed from battery_power "battery_output": { # changed from battery_power
"type": "number", "type": "number",
...@@ -202,7 +201,6 @@ platform_status_schema = { ...@@ -202,7 +201,6 @@ platform_status_schema = {
+ "based on present output or performance", + "based on present output or performance",
"example": 7.4, "example": 7.4,
}, },
"sensor_config": sensor_schema, "sensor_config": sensor_schema,
}, },
"required": [ "required": [
......
...@@ -592,7 +592,6 @@ platform_status_schema = { ...@@ -592,7 +592,6 @@ platform_status_schema = {
"description": "Battery remaining % provided by respective C2", "description": "Battery remaining % provided by respective C2",
"example": 80.2, "example": 80.2,
}, },
# Battery power (kw / float) # Battery power (kw / float)
"battery_output": { # changed from battery_power "battery_output": { # changed from battery_power
"type": "number", "type": "number",
...@@ -624,7 +623,6 @@ platform_status_schema = { ...@@ -624,7 +623,6 @@ platform_status_schema = {
+ "based on present output or performance", + "based on present output or performance",
"example": 7.4, "example": 7.4,
}, },
"sensor_config": sensor_schema, "sensor_config": sensor_schema,
}, },
"required": [ "required": [
...@@ -675,8 +673,8 @@ alert_schema = { ...@@ -675,8 +673,8 @@ alert_schema = {
"details": { "details": {
"type": "string", "type": "string",
"description": "Detailed reason for the alert ", "description": "Detailed reason for the alert ",
"example": "Discrepancy between rudder and actuator positions" + "example": "Discrepancy between rudder and actuator positions"
" : Rudder Pos=10.31°, Steering Actuator Pos=28.65°, Discrepancy=18.33°", + " : Rudder Pos=10.31°, Steering Actuator Pos=28.65°, Discrepancy=18.33°",
}, },
"severity": { "severity": {
"type": "string", "type": "string",
......
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