Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Dec 19, 2024
1 parent 045e1bf commit 18a2b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nglui/statebuilder/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class SegmentationLayerConfig(LayerConfigBase):
fixed_id_colors : list-like, optional.
List of colors for fixed ids. Should be the same length as fixed_ids, although null entries can be padded with None values.
color_column : str, optional.
# at the begining.
Column to use for color values for selected objects. Values should be RGB hex strings with a
active : bool, optional.
If True, makes the layer selected. Default is False.
Expand Down

0 comments on commit 18a2b1b

Please sign in to comment.