Skip to content

Commit 60cbf22

Browse files
Lint
1 parent a04cf72 commit 60cbf22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: python_modules/libraries/dagster-dbt/dagster_dbt/cloud_v2/asset_decorator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def dbt_cloud_assets(
5757
dagster_dbt_translator=dagster_dbt_translator,
5858
select=select,
5959
exclude=exclude,
60-
)
60+
),
6161
)

Diff for: python_modules/libraries/dagster-dbt/dagster_dbt/cloud_v2/run_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
from dagster import (
55
AssetCheckEvaluation,
6+
AssetCheckResult,
67
AssetCheckSeverity,
78
AssetExecutionContext,
89
AssetMaterialization,
910
MetadataValue,
1011
Output,
11-
AssetCheckResult,
1212
)
1313
from dagster._annotations import preview
1414
from dagster._record import record

0 commit comments

Comments
 (0)