remove unused imports
This commit is contained in:
parent
deb76ebe63
commit
568ef77e04
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from abc import ABC, abstractmethod
|
|||
from collections.abc import Coroutine
|
||||
from datetime import datetime
|
||||
from enum import Enum
|
||||
from typing import TYPE_CHECKING, Any
|
||||
from typing import Any
|
||||
|
||||
from graphiti_core.embedder.client import EMBEDDING_DIM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue