Sorted remaining content_type issues and blackened

This commit is contained in:
Richard 2021-07-19 20:09:09 +01:00
parent 38fbe530d2
commit b7c9d3b73b
13 changed files with 114 additions and 92 deletions

View file

@ -14,7 +14,7 @@ class LSTImageProperty(PropertyView):
responses = {
200: {
"content": { "image/jpeg": {} },
"content": {"image/jpeg": {}},
"description": "Lens-shading table in RGB format",
}
}