imports fix

This commit is contained in:
2026-08-10 17:56:41 +03:00
parent 5ec033a21d
commit 50201542da
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
from datetime import UTC, datetime, timedelta
from types import SimpleNamespace
from unittest.mock import AsyncMock
from uuid import uuid4
import allure
@@ -11,7 +12,6 @@ from pydantic import ValidationError
from src.models.configs_read.env import env_settings
from src.service.auth.auth import CurrentUserService
from src.service.auth.jwt import HashService, JwtService
from unittest.mock import AsyncMock
current_user_service=CurrentUserService()