refactor: remove unused import
This commit is contained in:
parent
f27d07d902
commit
8027263e8b
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@
|
||||||
from typing import Type, Protocol
|
from typing import Type, Protocol
|
||||||
from abc import abstractmethod
|
from abc import abstractmethod
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from cognee.infrastructure.llm.structured_output_framework.litellm_instructor.llm.types import (
|
|
||||||
TranscriptionReturnType,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class LLMInterface(Protocol):
|
class LLMInterface(Protocol):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue