api: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ab2bd622a8
commit
9f9ee66cc4
|
@ -32,7 +32,7 @@ VALIDATION_ERROR = build_object_type(
|
||||||
"code": build_standard_type(OpenApiTypes.STR),
|
"code": build_standard_type(OpenApiTypes.STR),
|
||||||
},
|
},
|
||||||
required=["detail"],
|
required=["detail"],
|
||||||
additionalProperties={}
|
additionalProperties={},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue