Skip to content

Commit 6c1d26c

Browse files
committed
chore: fix lint
1 parent 602841a commit 6c1d26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dive_mcp_host/httpd/routers/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def __init__(
188188
model: BaseChatModel,
189189
str_output_parser: StrOutputParser,
190190
) -> None:
191+
"""Initialize."""
191192
self._model = model
192193
self._str_output_parser = str_output_parser
193194

0 commit comments

Comments
 (0)