Skip to content

Commit 1cc1bd0

Browse files
committed
lint
1 parent c203f99 commit 1cc1bd0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/submission-snapshot-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'submission-snapshot/**'
66

77
jobs:
8-
build:
8+
lint:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5

submission-snapshot/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
@dlt.source(max_table_nesting=0, parallelized=True)
1010
def submission_source(
11-
api_bearer_token: str = dlt.secrets.value, base_url: str = dlt.secrets.value, page_size: int = dlt.secrets.value
11+
api_bearer_token: str = dlt.secrets.value,
12+
base_url: str = dlt.secrets.value,
13+
page_size: int = dlt.secrets.value,
1214
):
1315
config: RESTAPIConfig = {
1416
"client": {

0 commit comments

Comments
 (0)