Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jan 6, 2025
1 parent 6072fa6 commit f6dabb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/bag3d/core/assets/export/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,9 @@ def check_formats(input) -> TileResults:
deps=[AssetKey(("export", "compressed_tiles"))],
required_resource_keys={"file_store", "version", "gdal"},
)
def compressed_tiles_validation(context: OpExecutionContext, export_index: Path, metadata: Path) -> Path:
def compressed_tiles_validation(
context: OpExecutionContext, export_index: Path, metadata: Path
) -> Path:
"""Validates the compressed distribution tiles, for each format.
Save the validation results to a CSV.
Validation is done concurrently per tile.
Expand Down

0 comments on commit f6dabb1

Please sign in to comment.