Skip to content

Commit cd9d9f1

Browse files
Sourabhchrs93claude
andcommitted
chore: [AI-7435] split test imports to satisfy ruff I001
Project isort config uses force-single-line; split the combined `Result, Status` import onto separate lines. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent da9e0ea commit cd9d9f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_vendor/test_run_results_v6.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
run_results.json to be silently dropped during ingestion.
66
"""
77
from vendor.dbt_artifacts_parser.parser import parse_run_results
8-
from vendor.dbt_artifacts_parser.parsers.run_results.run_results_v6 import Result, Status
8+
from vendor.dbt_artifacts_parser.parsers.run_results.run_results_v6 import Result
9+
from vendor.dbt_artifacts_parser.parsers.run_results.run_results_v6 import Status
910

1011
V6_SCHEMA = "https://schemas.getdbt.com/dbt/run-results/v6.json"
1112

0 commit comments

Comments
 (0)