Verified Commit 46d5c8b7 authored by Dan Jones's avatar Dan Jones
Browse files

chore: lint with black

parent 0a22a2ac
......@@ -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",
......
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