From ff28e5766cf2b640f86d75e366bd9265e332ead1 Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Thu, 5 Sep 2024 10:02:07 +0100
Subject: [PATCH] chore: lint with black.

---
 formats/instruction_set.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/formats/instruction_set.py b/formats/instruction_set.py
index 0ba2510..2fadbb6 100644
--- a/formats/instruction_set.py
+++ b/formats/instruction_set.py
@@ -23,7 +23,7 @@ config_file_schema = {
         },
         "static": {
             "type": "object",
-            "description": "list of the fixed values set by the config file"
+            "description": "list of the fixed values set by the config file",
         },
     },
     "required": ["name", "content"],
-- 
GitLab