We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0ef42 commit 8455f66Copy full SHA for 8455f66
pyfa_converter/utils.py
@@ -48,7 +48,7 @@ def body(cls, parent_cls: Type[BaseModel]):
48
)
49
50
51
- async def as_form_func(*args, **kwargs):
+ def as_form_func(*args, **kwargs):
52
return parent_cls(*args, **kwargs) # noqa
53
54
sig = inspect.signature(as_form_func)
0 commit comments