code reformatting

This commit is contained in:
Vincent Maillol
2021-07-11 07:31:37 +02:00
parent 08ab4d2610
commit 89a22f2fcd
9 changed files with 33 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ def test_show_oas_of_app(cmd_line):
args.func(args)
expected = dedent(
"""
"""
{
"info": {
"title": "Aiohttp pydantic application",
@@ -73,7 +73,7 @@ def test_show_oas_of_sub_app(cmd_line):
args.output = StringIO()
args.func(args)
expected = dedent(
"""
"""
{
"info": {
"title": "Aiohttp pydantic application",