From 062be12812623d9a83e366aade57906dbd6d2879 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 6 Mar 2025 16:25:21 +0100 Subject: [PATCH] Clippy. --- integration-tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 230d6db9..6490f833 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -42,7 +42,6 @@ from syrupy.extensions.json import JSONSnapshotExtension from text_generation import AsyncClient from text_generation.types import ( - Completion, BestOfSequence, Message, ChatComplete,