main_topic-fix
All checks were successful
Deploy on push / deploy (push) Successful in 57s

This commit is contained in:
2025-02-12 00:31:18 +03:00
parent 5a4f75537d
commit 52b608da99
6 changed files with 22 additions and 9 deletions

View File

@@ -6,9 +6,7 @@ from pydantic import ValidationError
from auth.validations import (
AuthInput,
AuthResponse,
OAuthInput,
TokenPayload,
UserLoginInput,
UserRegistrationInput,
)