Skip to content

Commit b0039f7

Browse files
committed
fixed failing tests
1 parent 227d11f commit b0039f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/core/response/model/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def create_response_model(
1212
response_model: t.Union[t.Type["ResponseModel"], t.Type[T]],
13-
/,
13+
*,
1414
response_type: t.Type[Response] = None,
1515
description: str = "Successful Response",
1616
schema: t.Union[t.Type["ResponseModelField"], t.Any] = None,

0 commit comments

Comments
 (0)