mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 06:26:12 +00:00
Added TYPE_CHECKING
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user