From 53c0b85f62d319a2129ef74068951e2b320bbb49 Mon Sep 17 00:00:00 2001 From: Shaun Gosse Date: Mon, 22 Feb 2021 11:24:54 -0500 Subject: [PATCH] Correct formatting for flake8 --- tests/schemas/test_openapi.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/schemas/test_openapi.py b/tests/schemas/test_openapi.py index dbeb60141..f7f4ccec3 100644 --- a/tests/schemas/test_openapi.py +++ b/tests/schemas/test_openapi.py @@ -743,16 +743,17 @@ class TestOperationIntrospection(TestCase): 'type': 'string' } }, - 'required': ['text'], - 'type': 'object' + 'required': ['text'], + 'type': 'object' }, 'Response': { 'properties': { 'text': { - 'type': 'boolean'} - }, - 'required': ['text'], - 'type': 'object' + 'type': 'boolean' + } + }, + 'required': ['text'], + 'type': 'object' } }