chore(): small improvements

This commit is contained in:
ITQ
2026-02-12 22:29:57 +03:00
parent 362398d56b
commit 60874fd975
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ from apps.users.models import User
class ApproverOut(ModelSchema):
class Meta:
model = User
fields: ClassVar[tuple[str, ...]] = (
-1
View File
@@ -7,7 +7,6 @@ from apps.users.models import User
class UserOut(ModelSchema):
is_active: bool
class Meta: