Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 5, 2023
1 parent 5d2cabf commit 794cc1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adbpyg_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,6 @@ def __get_node_and_edge_types(
node_types: List[str]
edge_types: List[EdgeType]

import time

time.sleep(3)

if is_explicit_metagraph:
node_types = metagraph.get("nodeTypes", {}).keys() # type: ignore
edge_types = metagraph.get("edgeTypes", {}).keys() # type: ignore
Expand Down

0 comments on commit 794cc1f

Please sign in to comment.