From 6f4d496376e858256bbd8384f476dd4983ad1802 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 7 Mar 2025 11:17:40 +0100 Subject: [PATCH] Ruff. --- integration-tests/models/test_completion_prompts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration-tests/models/test_completion_prompts.py b/integration-tests/models/test_completion_prompts.py index 5b5dc350..b5a7920a 100644 --- a/integration-tests/models/test_completion_prompts.py +++ b/integration-tests/models/test_completion_prompts.py @@ -1,10 +1,7 @@ import pytest import requests -import json -from aiohttp import ClientSession from openai import OpenAI from huggingface_hub import InferenceClient -from text_generation.types import Completion @pytest.fixture(scope="module")