Skip to content

Commit 8455f66

Browse files
authored
Update utils.py
1 parent 3b0ef42 commit 8455f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfa_converter/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def body(cls, parent_cls: Type[BaseModel]):
4848
)
4949
)
5050

51-
async def as_form_func(*args, **kwargs):
51+
def as_form_func(*args, **kwargs):
5252
return parent_cls(*args, **kwargs) # noqa
5353

5454
sig = inspect.signature(as_form_func)

0 commit comments

Comments
 (0)