We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675ebcf commit 15a87daCopy full SHA for 15a87da
src/pypacter/reviewer/__init__.py
@@ -85,7 +85,7 @@ def __init__(self) -> None:
85
+ CODE_TEMPLATE
86
)
87
self.chain = typing.cast(
88
- RunnableSerializable[dict[str, str], Recommendations],
+ "RunnableSerializable[dict[str, str], Recommendations]",
89
self.prompt_template | DEFAULT_MODEL | parser,
90
91
0 commit comments