Skip to content

Commit

Permalink
Remove white lines
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Aug 9, 2024
1 parent 181a694 commit da6122e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dbt_core_interface/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,8 @@ def parse_project(self, init: bool = False) -> None:
if (__dbt_major_version__, __dbt_minor_version__) >= (1, 8):
from dbt_common.clients.system import get_env
from dbt_common.context import set_invocation_context

set_invocation_context(get_env())


set_from_args(self.base_config, self.base_config)
# We can think of `RuntimeConfig` as a dbt-core "context" object
# where a `Project` meets a `Profile` and is a superset of them both
Expand Down

0 comments on commit da6122e

Please sign in to comment.