From 40078f6fa6f8fb1e6c890a45b583278bfc44eabe Mon Sep 17 00:00:00 2001 From: Ezzeri Esa Date: Mon, 5 Feb 2024 17:43:32 -0800 Subject: [PATCH] ruff fix --- instructor/distil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/distil.py b/instructor/distil.py index a97675273..d7fb22aa2 100644 --- a/instructor/distil.py +++ b/instructor/distil.py @@ -5,7 +5,7 @@ import inspect import functools -from typing import Any, Callable, Dict, List, Optional, Tuple, Type, TypeVar, Union +from typing import Any, Callable, Dict, List, Optional, Tuple, Type, TypeVar from pydantic import BaseModel, validate_call from openai import OpenAI