mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Correct formatting for flake8
This commit is contained in:
parent
3cda9d618a
commit
53c0b85f62
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user