From a3cbd6850b7629eea29278ba9ce519cdefee0fd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Sat, 20 Apr 2024 11:38:46 +0200
Subject: [PATCH] FIX: class name

---
 src/linkahead/common/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py
index f99f8029..30420310 100644
--- a/src/linkahead/common/models.py
+++ b/src/linkahead/common/models.py
@@ -2664,7 +2664,7 @@ class ParentList(list):
         raise KeyError(str(parent) + " not found.")
 
 
-class PropertyList(PropertyList):
+class _Properties(PropertyList):
     def __init__(self, *args, **kwargs):
         warnings.warn(DeprecationWarning("This class is depricated. Please use PropertyList."))
         super().__init__(*args, **kwargs)
-- 
GitLab