Fix linting

This commit is contained in:
yangdx
2025-02-16 20:15:14 +08:00
parent 4e354451b7
commit 7f13b779e1
2 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ from .types import KnowledgeGraph
load_dotenv()
class TextChunkSchema(TypedDict):
tokens: int
content: str