Skip to content

Commit d26adb4

Browse files
committed
fix(HorizontalGridCell):allow str | object to allow id reference
1 parent c7e7830 commit d26adb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esgvoc/api/data_descriptors/EMD_models/horizontal_subgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class HorizontalSubgrid(PlainTermDataDescriptor):
3636
default_factory=list,
3737
)
3838

39-
horizontal_grid_cells: HorizontalGridCells = Field(
39+
horizontal_grid_cells: str | HorizontalGridCells = Field(
4040
description="A description of the characteristics and location of the grid cells of this subgrid."
4141
)
4242

0 commit comments

Comments
 (0)