diff --git a/tests/unit/contracts/graph/test_semantic_manifest.py b/tests/unit/contracts/graph/test_semantic_manifest.py index 4c53d495812..ec6b4494f70 100644 --- a/tests/unit/contracts/graph/test_semantic_manifest.py +++ b/tests/unit/contracts/graph/test_semantic_manifest.py @@ -1,14 +1,10 @@ -from argparse import Namespace from unittest.mock import patch import pytest -from core.dbt.artifacts.resources.v1.model import TimeSpine from core.dbt.contracts.graph.manifest import Manifest from core.dbt.contracts.graph.nodes import ModelNode -from core.dbt.flags import set_from_args from dbt.contracts.graph.semantic_manifest import SemanticManifest -from tests.unit.utils.manifest import metricflow_time_spine_model # Overwrite the default nods to construct the manifest