Skip to content

Commit

Permalink
Adding required import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Nov 24, 2024
1 parent a28e29c commit 8ea1506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ def test_runner_windows(caplog, tmp_path):
ctx = MagicMock(obj={"verbosity": 3})
push_context(ctx)

from dbt_bouncer.artifact_parsers.parsers_run_results import (
DbtBouncerRunResultBase, # noqa: F401, F811
)
from dbt_bouncer.checks.common import NestedDict # noqa: F401, F811
from dbt_bouncer.config_file_parser import (
DbtBouncerConfAllCategories as DbtBouncerConf,
)
Expand Down

0 comments on commit 8ea1506

Please sign in to comment.