From 46d5c8b73f81e98916e031b7078ee9b053f77508 Mon Sep 17 00:00:00 2001 From: Dan Jones <danjon@noc.ac.uk> Date: Tue, 3 Sep 2024 16:36:28 +0100 Subject: [PATCH] chore: lint with black --- formats/instruction_set.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formats/instruction_set.py b/formats/instruction_set.py index 0dc59d0..7a92308 100644 --- a/formats/instruction_set.py +++ b/formats/instruction_set.py @@ -20,7 +20,7 @@ config_file_schema = { "type": "string", "description": "MIME type", "example": "text/plain", - } + }, }, "required": ["name", "content"], } @@ -41,7 +41,7 @@ instruction_set_schema = { "files": { "type": "array", "items": config_file_schema, - }, + }, }, "required": [ "message_type", -- GitLab