repo typing fix

This commit is contained in:
IluaAir
2025-08-11 10:24:12 +03:00
parent 860962bcc3
commit fdc688cf5e
3 changed files with 10 additions and 10 deletions

View File

@@ -3,4 +3,4 @@ from src.repository.base import BaseRepo
class TasksRepo(BaseRepo):
model = TasksORM
model: type[TasksORM] = TasksORM