Skip to content

Commit 05d8e6d

Browse files
yangbobo2021kagami-l
authored andcommitted
format file
1 parent 7d5887e commit 05d8e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/chatmark/form.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(
1515
components: List[Union[Widget, str]],
1616
title: Optional[str] = None,
1717
submit_button_name: Optional[str] = None,
18-
cancel_button_name: Optional[str] = None
18+
cancel_button_name: Optional[str] = None,
1919
):
2020
"""
2121
components: components in the form, can be widgets (except Button) or strings
@@ -37,6 +37,7 @@ def components(self) -> List[Union[Widget, str]]:
3737
"""
3838
Return the components
3939
"""
40+
4041
return self._components
4142

4243
def _in_chatmark(self) -> str:

0 commit comments

Comments
 (0)