Skip to content

Commit

Permalink
fix: remove temp error
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshh committed Sep 12, 2023
1 parent 9a56813 commit 068ad85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pychunkedgraph/graph/edits.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ def remove_edges(
parent_ts=parent_ts,
)
new_roots = create_parents.run()
raise RuntimeError("haha")
create_parents.create_new_entries()
return new_roots, new_l2_ids, updated_entries + create_parents.new_entries

Expand Down

0 comments on commit 068ad85

Please sign in to comment.