From 57d54abf248c9b2457e08459bc0739be093f57a9 Mon Sep 17 00:00:00 2001 From: Luciano Scarpulla Date: Mon, 4 Nov 2024 17:23:48 +0800 Subject: [PATCH] remove unrelted changes --- simplemind/providers/anthropic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplemind/providers/anthropic.py b/simplemind/providers/anthropic.py index b31936a..9adc769 100644 --- a/simplemind/providers/anthropic.py +++ b/simplemind/providers/anthropic.py @@ -1,5 +1,5 @@ from functools import cached_property -from typing import TYPE_CHECKING, Iterator, Type, TypeVar +from typing import TYPE_CHECKING, Type, TypeVar, Iterator import instructor from pydantic import BaseModel