Skip to content

Commit

Permalink
Fixes a broken flake8 test (payload_api.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaptperez committed Jul 15, 2024
1 parent 91f37ed commit 5c958ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/v2/handlers/payload_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def post_payloads(self, request: web.Request):
tags=['payloads'],
summary='Delete a payload',
description='Deletes a given payload.',
responses = {
responses={
204: {"description": "Payload has been properly deleted."},
404: {"description": "Payload not found."},
})
Expand Down

0 comments on commit 5c958ce

Please sign in to comment.