Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Sep 18, 2021
1 parent 545db19 commit 126ed56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/graph/selector_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SelectionCriteria:
children: bool
children_depth: Optional[int]
greedy: bool = False
greedy_warning: bool = False # do not raise warning for yaml selectors
greedy_warning: bool = False # do not raise warning for yaml selectors

def __post_init__(self):
if self.children and self.childrens_parents:
Expand Down

0 comments on commit 126ed56

Please sign in to comment.