Skip to content

Commit d28a172

Browse files
committed
linting
1 parent 769e2b4 commit d28a172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
pull_request:
77
branches: main
88
schedule:
9-
- cron: '0 2 * * *' # Nightly run at 2:00 AM UTC
9+
- cron: '0 2 * * *' # Nightly run at 2:00 AM UTC
1010

1111
jobs:
1212
cloud_smt_tests:

tests/integration/adapter/materialized_view/test_materialized_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
import pytest
99
from dbt.adapters.clickhouse.query import quote_identifier
10-
from dbt.tests.util import check_relation_types, run_dbt
1110
from dbt.tests.fixtures.project import TestProjInfo
11+
from dbt.tests.util import check_relation_types, run_dbt
1212

1313
PEOPLE_SEED_CSV = """
1414
id,name,age,department

0 commit comments

Comments
 (0)