Update typing import in constants.py
This commit is contained in:
parent
fb2823bfd9
commit
4d0618186e
1 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Callable, Dict, NewType, Union
|
||||
from typing import Callable, Dict, Text, Union
|
||||
|
||||
from langchain.agents.agent import AgentExecutor
|
||||
from langchain.chains.base import Chain
|
||||
|
|
@ -22,12 +22,6 @@ class Object:
|
|||
pass
|
||||
|
||||
|
||||
Text = NewType("Text", str)
|
||||
# class Text(str):
|
||||
# pass
|
||||
#
|
||||
|
||||
|
||||
class Data:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue