Skip to content

Commit

Permalink
Remove DbtGraph.current_version dead code (astronomer#1111)
Browse files Browse the repository at this point in the history
Addressing the late feedback on a previously merged PR:
astronomer#1014 (comment)
  • Loading branch information
tatiana authored and dwreeves committed Jul 31, 2024
1 parent f38cd56 commit 76a0788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmos/dbt/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ class DbtGraph:
nodes: dict[str, DbtNode] = dict()
filtered_nodes: dict[str, DbtNode] = dict()
load_method: LoadMode = LoadMode.AUTOMATIC
current_version: str = ""

def __init__(
self,
Expand Down

0 comments on commit 76a0788

Please sign in to comment.