Skip to content

Commit

Permalink
cq
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN committed Nov 17, 2023
1 parent 6995ca5 commit a854c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _make_legend() -> Legend:
items=[
LegendItem(
legend_item_id=0,
obj=FieldObjSpec(id='guid', title='title'),
obj=FieldObjSpec(id="guid", title="title"),
role_spec=RowRoleSpec(role=FieldRole.row),
field_type=FieldType.DIMENSION,
data_type=UserDataType.unsupported,
Expand Down

0 comments on commit a854c8b

Please sign in to comment.