Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Feb 18, 2021
1 parent d764fba commit 8b30b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_response_code_no_body.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def c():
},
"/c": {
"get": {
"responses": {"204": {"description": "Successful Response"},},
"responses": {"204": {"description": "Successful Response"}, },
"summary": "C",
"operationId": "c_c_get",
}
Expand Down

0 comments on commit 8b30b9f

Please sign in to comment.