Skip to content

Commit

Permalink
remove dbt-core ref
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 11, 2024
1 parent c971e52 commit 3736d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/fixtures/profiles.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from dbt.config import RuntimeConfig

from tests.unit.utils import config_from_parts_or_dicts

Expand All @@ -20,7 +19,7 @@ def base_project_cfg():


@pytest.fixture(scope="session", autouse=True)
def target_http(base_project_cfg) -> RuntimeConfig:
def target_http(base_project_cfg):
config = config_from_parts_or_dicts(
base_project_cfg,
{
Expand Down

0 comments on commit 3736d8e

Please sign in to comment.