Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 1, 2024
1 parent 45f0f03 commit 855dba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/operators/test_gcp_cloud_run_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

try:
from cosmos.operators.gcp_cloud_run_job import (
DbtBuildGcpCloudRunJobOperator,
DbtGcpCloudRunJobBaseOperator,
DbtLSGcpCloudRunJobOperator,
DbtRunGcpCloudRunJobOperator,
DbtRunOperationGcpCloudRunJobOperator,
DbtSeedGcpCloudRunJobOperator,
DbtTestGcpCloudRunJobOperator,
DbtBuildGcpCloudRunJobOperator,
DbtSnapshotGcpCloudRunJobOperator,
DbtRunOperationGcpCloudRunJobOperator,
DbtTestGcpCloudRunJobOperator,
)

class ConcreteDbtGcpCloudRunJobOperator(DbtGcpCloudRunJobBaseOperator):
Expand Down

0 comments on commit 855dba3

Please sign in to comment.