author-stat-fix
All checks were successful
Deploy on push / deploy (push) Successful in 1m22s

This commit is contained in:
2025-02-10 18:38:26 +03:00
parent 759520f024
commit 9671ef2508
2 changed files with 23 additions and 27 deletions

View File

@@ -17,7 +17,6 @@ from cache.revalidator import revalidation_manager
from services.exception import ExceptionHandlerMiddleware
from services.redis import redis
from services.schema import create_all_tables, resolvers
from services.db import engine
from services.search import search_service
from services.viewed import ViewedStorage
from services.webhook import WebhookEndpoint, create_webhook_endpoint