Merge optional and required specs. That's unused anyway though

pull/1366/head
Michael Egorov 2019-09-27 22:32:20 -07:00
parent 6736a60f3e
commit d9ebf9e180
No known key found for this signature in database
GPG Key ID: B7E0CCB4C21EBAB0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def character_control_interface(func):
interface_name = func.__name__
input_specification, optional_specification, output_specification =\
instance.get_specifications(interface_name=interface_name)
# XXX
input_specification = input_specification + optional_specification
if request and instance.serialize: