Skip to content

Commit f6dabb1

Browse files
committed
Format code
1 parent 6072fa6 commit f6dabb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/bag3d/core/assets/export/validate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ def check_formats(input) -> TileResults:
668668
deps=[AssetKey(("export", "compressed_tiles"))],
669669
required_resource_keys={"file_store", "version", "gdal"},
670670
)
671-
def compressed_tiles_validation(context: OpExecutionContext, export_index: Path, metadata: Path) -> Path:
671+
def compressed_tiles_validation(
672+
context: OpExecutionContext, export_index: Path, metadata: Path
673+
) -> Path:
672674
"""Validates the compressed distribution tiles, for each format.
673675
Save the validation results to a CSV.
674676
Validation is done concurrently per tile.

0 commit comments

Comments
 (0)