Skip to content

Commit

Permalink
fixing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Dec 19, 2024
1 parent 0025472 commit f1f14a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/llms/predictionguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@deprecated(
since="0.3.28",
removal="1.0",
alternative_import="langchain_predictionguard.PredictionGuard"
alternative_import="langchain_predictionguard.PredictionGuard",
)
class PredictionGuard(LLM):
"""Prediction Guard large language models.
Expand Down

0 comments on commit f1f14a7

Please sign in to comment.