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'
}
},
'required': ['text'],
'type': 'object'
'required': ['text'],
'type': 'object'
},
'Response': {
'properties': {
'text': {
'type': 'boolean'}
},
'required': ['text'],
'type': 'object'
'type': 'boolean'
}
},
'required': ['text'],
'type': 'object'
}
}