Skip to content

Commit 693ec62

Browse files
committed
Removed the redis_connection.set from class_objects
1 parent 309c4d7 commit 693ec62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hydra_agent/classes_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def load_from_server(
169169
# update the properties of the node
170170
node.properties["property_value"] = str(member)
171171
# Use faceted index to handle with comparison in properties.
172-
redis_connection.set((endpoint), member)
173172
self.faceted_indexing(endpoint, redis_connection, member)
174173
class_object_node = node
175174
print(class_object_node)

0 commit comments

Comments
 (0)