Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Oct 25, 2023
1 parent c141148 commit a89642a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/events/events.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from dbt.cli.main import dbtRunner
from dbt.events.base_types import EventLevel
from dbt.common.events.base_types import EventLevel


def test_performance_report(project):
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/saved_queries/test_saved_query_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

from dbt.contracts.graph.manifest import Manifest
from dbt.events.base_types import BaseEvent
from dbt.common.events.base_types import BaseEvent
from dbt.tests.util import write_file
from tests.functional.assertions.test_runner import dbtTestRunner
from tests.functional.saved_queries.fixtures import saved_queries_yml, saved_query_description
Expand Down

0 comments on commit a89642a

Please sign in to comment.