fix: remove uneccessary imports
This commit is contained in:
parent
85a2bac062
commit
84c8e07ddd
2 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from typing import List, Union
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from datetime import datetime, timezone
|
||||
from cognee.infrastructure.engine import DataPoint
|
||||
from cognee.infrastructure.engine.models.Edge import Edge
|
||||
from cognee.modules.data.processing.document_types import Document
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
from cognee.infrastructure.engine import DataPoint
|
||||
from cognee.modules.engine.models.EntityType import EntityType
|
||||
from typing import Optional
|
||||
from datetime import datetime, timezone
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
class Entity(DataPoint):
|
||||
name: str
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue