From 2bd0117c27a99e48e597382c1955e03cdbf9ac84 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 13 Sep 2024 21:50:59 +0200 Subject: [PATCH] Remove unused code. --- integration-tests/models/test_lora_mistral.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/models/test_lora_mistral.py b/integration-tests/models/test_lora_mistral.py index ea35fbcb..ae4142ef 100644 --- a/integration-tests/models/test_lora_mistral.py +++ b/integration-tests/models/test_lora_mistral.py @@ -100,10 +100,7 @@ async def test_lora_mistral_with_customer_support_adapter( assert response.status_code == 200 data = response.json() - from text_generation.types import Response - print(data) - response = Response(**data) assert data["generated_text"] == " check balance" assert data == response_snapshot