From 4956b0ed6701846f3d0abf228e296531762e7716 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Thu, 6 Jun 2024 16:49:29 +0200
Subject: [PATCH] remove inh und impo

---
 src/caoscrawler/sync_node.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/caoscrawler/sync_node.py b/src/caoscrawler/sync_node.py
index eae8ea9e..141e743b 100644
--- a/src/caoscrawler/sync_node.py
+++ b/src/caoscrawler/sync_node.py
@@ -152,8 +152,7 @@ class SyncNode(db.Entity):
             entval: Any = ent.get_property(p)
             if entval is None:
                 ent.add_property(id=p.id, name=p.name, value=p.value, description=p.description,
-                                 datatype=p.datatype, unit=p.unit, importance=p.importance,
-                                 inheritance=p.inheritance)
+                                 datatype=p.datatype, unit=p.unit)
             else:
                 entval = entval.value
                 unequal = False
-- 
GitLab