From 10a81063125da139b9562be83cc6a2f3ae5e7699 Mon Sep 17 00:00:00 2001 From: Husanjonazamov Date: Thu, 12 Feb 2026 16:22:47 +0500 Subject: [PATCH] cicd port ozgardi --- core/apps/evaluation/views/customer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/apps/evaluation/views/customer.py b/core/apps/evaluation/views/customer.py index c7b9e46..364992c 100644 --- a/core/apps/evaluation/views/customer.py +++ b/core/apps/evaluation/views/customer.py @@ -30,7 +30,6 @@ class CustomerView(BaseViewSetMixin, ReadOnlyModelViewSet): - @extend_schema(tags=["PropertyOwner"]) class PropertyOwnerView(BaseViewSetMixin, ReadOnlyModelViewSet): queryset = PropertyOwnerModel.objects.all()