Skip to content

Commit

Permalink
pep8, Fixes #616
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Dec 7, 2017
1 parent 37d3203 commit b10a99d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def ref_bad_context(model, target_model_name, target_model_package):
raise_compiler_error(error_msg, model)


def ref_target_not_found(model, target_model_name, target_model_package, warn=False):
def ref_target_not_found(model, target_model_name, target_model_package,
warn=False):
target_package_string = ''

if target_model_package is not None:
Expand Down

0 comments on commit b10a99d

Please sign in to comment.