Skip to content

Commit

Permalink
Type hinting removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rjankowski committed May 7, 2020
1 parent 7ecdce8 commit 59d3361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/graph/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def get_nodes_from_multiple_specs(
self,
graph,
specs,
nodes: Set[str] = None,
nodes=None,
check_existence=False,
exclude=False
):
Expand Down

0 comments on commit 59d3361

Please sign in to comment.