formatting

This commit is contained in:
vasilije 2025-07-06 19:12:56 +02:00
parent 5918ca0e67
commit 583d37e539

View file

@ -10,4 +10,6 @@ from cognee.infrastructure.llm.structured_output_framework.llitellm_instructor.l
from cognee.infrastructure.llm.structured_output_framework.llitellm_instructor.llm.utils import ( from cognee.infrastructure.llm.structured_output_framework.llitellm_instructor.llm.utils import (
test_embedding_connection, test_embedding_connection,
) )
from cognee.infrastructure.llm.structured_output_framework.llitellm_instructor.llm import rate_limiter from cognee.infrastructure.llm.structured_output_framework.llitellm_instructor.llm import (
rate_limiter,
)