refactor(autorenewal): clean up imports and simplify error handling

This commit is contained in:
2026-05-18 17:58:34 +07:00
parent a9a650f37b
commit 1228ec8b56
9 changed files with 19 additions and 34 deletions

View File

@@ -1,6 +1,8 @@
from dataclasses import dataclass
from pydantic import BaseModel
class NewUserDTO(BaseModel):
id: int
referal: int | None = None