Skip to content

Commit 15a87da

Browse files
committed
chore: fix ruff lints
Signed-off-by: JP-Ellis <[email protected]>
1 parent 675ebcf commit 15a87da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypacter/reviewer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self) -> None:
8585
+ CODE_TEMPLATE
8686
)
8787
self.chain = typing.cast(
88-
RunnableSerializable[dict[str, str], Recommendations],
88+
"RunnableSerializable[dict[str, str], Recommendations]",
8989
self.prompt_template | DEFAULT_MODEL | parser,
9090
)
9191

0 commit comments

Comments
 (0)