Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 23, 2024
1 parent 6273803 commit 4809867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiled/catalog/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@ def specs_array_to_json(specs):


STRUCTURES = {
StructureFamily.container: CatalogContainerAdapter,
StructureFamily.array: CatalogArrayAdapter,
StructureFamily.awkward: CatalogAwkwardAdapter,
StructureFamily.table: CatalogTableAdapter,
StructureFamily.container: CatalogContainerAdapter,
StructureFamily.sparse: CatalogSparseAdapter,
StructureFamily.table: CatalogTableAdapter,
}

0 comments on commit 4809867

Please sign in to comment.