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

@ -71,8 +71,8 @@ class RAMCaptureAPI(ActionView):
args = BasicCaptureArgs()
responses = {
200: {
"content": { "image/jpeg": {} },
"description": "A JPEG image, representing the capture"
"content": {"image/jpeg": {}},
"description": "A JPEG image, representing the capture",
}
}