From 894152aea06c34f202aa55c666e6c6b0e2bd39f3 Mon Sep 17 00:00:00 2001 From: Erhan Date: Wed, 31 May 2023 11:07:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[#315]=20Trying=20to=20fix=20the?= =?UTF-8?q?=20black=20format=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/objects/api/v2/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objects/api/v2/views.py b/src/objects/api/v2/views.py index 702146b1..2939a7d5 100644 --- a/src/objects/api/v2/views.py +++ b/src/objects/api/v2/views.py @@ -27,6 +27,7 @@ from .filters import ObjectRecordFilterSet + @extend_schema_view( list=extend_schema( description="Retrieve a list of OBJECTs and their actual RECORD. "