Update test_usage_logger_e2e.py

This commit is contained in:
hajdul88 2026-01-19 10:28:44 +01:00
parent 15a9563562
commit a61ef4ad3f

View file

@ -7,13 +7,6 @@ from fastapi.testclient import TestClient
import cognee
from cognee.api.client import app
from cognee.modules.users.methods import get_default_user, get_authenticated_user
from cognee.infrastructure.databases.cache.config import get_cache_config
from cognee.infrastructure.databases.cache.get_cache_engine import create_cache_engine
from cognee.infrastructure.databases.graph.get_graph_engine import create_graph_engine
from cognee.infrastructure.databases.vector.create_vector_engine import create_vector_engine
from cognee.infrastructure.databases.relational.create_relational_engine import (
create_relational_engine,
)
async def _reset_engines_and_prune():