From f23fed34e89ef003370f5a0eea3d102dbd9e6137 Mon Sep 17 00:00:00 2001 From: "mateusz.wosinski" Date: Thu, 7 Sep 2023 20:00:04 +0200 Subject: [PATCH] Added TYPE_CHECKING --- libs/langchain/langchain/tools/eleven_labs/text2speech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/langchain/tools/eleven_labs/text2speech.py b/libs/langchain/langchain/tools/eleven_labs/text2speech.py index def4c8084b3..216fb8143d3 100644 --- a/libs/langchain/langchain/tools/eleven_labs/text2speech.py +++ b/libs/langchain/langchain/tools/eleven_labs/text2speech.py @@ -1,5 +1,5 @@ import tempfile -from typing import Dict, Optional, Union, TYPE_CHECKING +from typing import TYPE_CHECKING, Dict, Optional, Union from langchain.callbacks.manager import CallbackManagerForToolRun from langchain.pydantic_v1 import root_validator