Fix linting
This commit is contained in:
parent
4e354451b7
commit
7f13b779e1
2 changed files with 4 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ from .types import KnowledgeGraph
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
||||||
class TextChunkSchema(TypedDict):
|
class TextChunkSchema(TypedDict):
|
||||||
tokens: int
|
tokens: int
|
||||||
content: str
|
content: str
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue