Skip to content

Commit

Permalink
CT-3144 Remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
renanleme committed Sep 22, 2023
1 parent e69a2c3 commit 10b5eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dbt/graph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ def subgraph(self, nodes: Iterable[UniqueId]) -> "Graph":

def get_dependent_nodes(self, node: UniqueId):
return nx.descendants(self.graph, node)
return nx.descendants(self.graph, node)

0 comments on commit 10b5eb7

Please sign in to comment.