Skip to content

Commit

Permalink
mg prune cyc
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Oct 20, 2023
1 parent 995a674 commit db812b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graph_scheduler/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,6 @@ def _manipulate_graph(self, graph: dict) -> dict:

class GSCReposition(GraphStructureCondition):
_already_valid_message = 'valid'
_prune_outgoing_owner_edge_when_is_ancestor = False

@abc.abstractmethod
def _nodes_already_valid(
Expand Down Expand Up @@ -3116,7 +3115,6 @@ def _is_required_edge(self, sender, receiver):

class AfterNodes(GSCReposition, GSCWithActions):
_already_valid_message = 'after'
_prune_outgoing_owner_edge_when_ancestor = True

def __init__(
self,
Expand Down

0 comments on commit db812b8

Please sign in to comment.