From 691fd67dd0a66c0424aa8be837af72e093c40d7a Mon Sep 17 00:00:00 2001
From: teplyakov <teolyakov@perx.ru>
Date: Wed, 19 Feb 2025 16:27:48 +0300
Subject: [PATCH] feat: AUTO-3805 CollectionProps type

---
 perxis/collections/helpers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perxis/collections/helpers.py b/perxis/collections/helpers.py
index 28a74e4..0a0d66f 100644
--- a/perxis/collections/helpers.py
+++ b/perxis/collections/helpers.py
@@ -48,7 +48,7 @@ def init_collections(
             collection_schema = file.read()
 
         kwargs = {
-            **(collections_settings_mapping.get(collection_id).to_dict()),
+            **collections_settings_mapping.get(collection_id).to_dict(),
             "id": collection_id,
             "name": collection_name,
             "schema": collection_schema,
-- 
GitLab