Skip to content

Commit 43d886a

Browse files
committed
formatting
1 parent be9f011 commit 43d886a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/bag3d/core/assets/ahn/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class LazFilesConfig(Config):
157157
@asset(
158158
required_resource_keys={"file_store"},
159159
partitions_def=partition_definition_ahn,
160-
op_tags={"dagster/concurrency_key": "laz_download"}
160+
op_tags={"dagster/concurrency_key": "laz_download"},
161161
)
162162
def laz_files_ahn3(context, config: LazFilesConfig, md5_ahn3, tile_index_ahn):
163163
"""AHN3 LAZ files as they are downloaded from PDOK.
@@ -211,7 +211,7 @@ def laz_files_ahn3(context, config: LazFilesConfig, md5_ahn3, tile_index_ahn):
211211
@asset(
212212
required_resource_keys={"file_store"},
213213
partitions_def=partition_definition_ahn,
214-
op_tags={"dagster/concurrency_key": "laz_download"}
214+
op_tags={"dagster/concurrency_key": "laz_download"},
215215
)
216216
def laz_files_ahn4(context, config: LazFilesConfig, md5_ahn4, tile_index_ahn):
217217
"""AHN4 LAZ files as they are downloaded from PDOK.
@@ -268,7 +268,7 @@ def laz_files_ahn4(context, config: LazFilesConfig, md5_ahn4, tile_index_ahn):
268268
@asset(
269269
required_resource_keys={"file_store"},
270270
partitions_def=partition_definition_ahn,
271-
op_tags={"dagster/concurrency_key": "laz_download"}
271+
op_tags={"dagster/concurrency_key": "laz_download"},
272272
)
273273
def laz_files_ahn5(context, config: LazFilesConfig, sha256_ahn5, tile_index_ahn):
274274
"""AHN5 LAZ files as they are downloaded from PDOK.

0 commit comments

Comments
 (0)