From b5cc41589a41341c5da0a103cc17039b27855e89 Mon Sep 17 00:00:00 2001 From: MaartenGr Date: Wed, 13 Nov 2024 13:42:05 +0100 Subject: [PATCH] Ruff --- bertopic/representation/_litellm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertopic/representation/_litellm.py b/bertopic/representation/_litellm.py index 5a7a891a..0aa1bebc 100644 --- a/bertopic/representation/_litellm.py +++ b/bertopic/representation/_litellm.py @@ -73,7 +73,7 @@ class LiteLLM(BaseRepresentation): prompt = "I have the following documents: [DOCUMENTS] \nThese documents are about the following topic: '" representation_model = LiteLLM(model="gpt", prompt=prompt) ``` - """ + """ # noqa: D301 def __init__( self,