From b3cf1ae842ed4803cfdc073e6d4fe5e0a8984884 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 12 Jul 2024 16:50:46 -0400 Subject: [PATCH] x --- libs/core/langchain_core/indexing/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/core/langchain_core/indexing/base.py b/libs/core/langchain_core/indexing/base.py index 24b0d6c133c..bb82184b8e6 100644 --- a/libs/core/langchain_core/indexing/base.py +++ b/libs/core/langchain_core/indexing/base.py @@ -56,7 +56,6 @@ class Description(TypedDict, total=False): T = TypeVar("T", bound=BaseMedia) -Q = TypeVar("Q") class UpsertResponse(TypedDict):