Skip to content

Commit 9b3b953

Browse files
committed
Removed the line which was explicity setting EntryPoint in redis
1 parent 725cd6a commit 9b3b953

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hydra_agent/hydra_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def get_endpoints(self,api_doc, redis_connection):
5454
alias="Entrypoint",
5555
properties=entrypoint_properties)
5656
self.redis_graph.add_node(entrypoint_node)
57-
redis_connection.set("EntryPoint", entrypoint_properties)
5857
return self.get_apistructure(entrypoint_node, api_doc)
5958

6059

0 commit comments

Comments
 (0)