Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove DbtGraph.current_version dead code
Browse files Browse the repository at this point in the history
tatiana committed Jul 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e61f3a3 commit bb8bb4f
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
@@ -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,

0 comments on commit bb8bb4f

Please sign in to comment.