From f419d7c3eb27c33fb298069f16f45bd337871b10 Mon Sep 17 00:00:00 2001 From: Dan Jones <danjon@noc.ac.uk> Date: Thu, 12 Sep 2024 13:08:25 +0100 Subject: [PATCH] chore: lint with black --- formats/platform_status.py | 3 +-- formats/waypoints.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/formats/platform_status.py b/formats/platform_status.py index 3be198f..b02ce73 100644 --- a/formats/platform_status.py +++ b/formats/platform_status.py @@ -27,8 +27,7 @@ sensor_schema = { platform_status_core_fields_schema = { "type": "object", - "properties": { - }, + "properties": {}, } platform_status_schema = { diff --git a/formats/waypoints.py b/formats/waypoints.py index feea7f7..11fc501 100644 --- a/formats/waypoints.py +++ b/formats/waypoints.py @@ -81,9 +81,9 @@ waypoints_schema = { "example": "2022-12-21T00:00:00Z", }, "waypoints": { - "type": "array", + "type": "array", "items": waypoint_schema, - } + }, }, "required": [ "message_type", -- GitLab