Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DevonFulcher committed Oct 21, 2024
1 parent 3024c58 commit dd86280
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/contracts/graph/test_semantic_manifest.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dd86280

Please sign in to comment.