From 416c65825a84722d28875ac14d7e92b70451a4a2 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 22 Nov 2023 21:51:29 -0500 Subject: [PATCH] clean up --- tests/test_patch.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_patch.py b/tests/test_patch.py index 505c6c8..d6913d4 100644 --- a/tests/test_patch.py +++ b/tests/test_patch.py @@ -2,10 +2,7 @@ import functools import pytest import instructor -from pydantic import BaseModel, ValidationError, BeforeValidator from openai import OpenAI, AsyncOpenAI -from instructor import llm_validator -from typing_extensions import Annotated from instructor.patch import is_async, wrap_chatcompletion, OVERRIDE_DOCS