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

@ -749,7 +749,8 @@ class TestOperationIntrospection(TestCase):
'Response': {
'properties': {
'text': {
'type': 'boolean'}
'type': 'boolean'
}
},
'required': ['text'],
'type': 'object'