Correct formatting for flake8

This commit is contained in:
Shaun Gosse 2021-02-22 11:24:54 -05:00
parent 3cda9d618a
commit 53c0b85f62

View File

@ -743,16 +743,17 @@ class TestOperationIntrospection(TestCase):
'type': 'string' 'type': 'string'
} }
}, },
'required': ['text'], 'required': ['text'],
'type': 'object' 'type': 'object'
}, },
'Response': { 'Response': {
'properties': { 'properties': {
'text': { 'text': {
'type': 'boolean'} 'type': 'boolean'
}, }
'required': ['text'], },
'type': 'object' 'required': ['text'],
'type': 'object'
} }
} }