File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/_co2_leakage/_utilities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ def _show_color_picker(
171
171
if not cell :
172
172
raise PreventUpdate
173
173
row_no = cell ["row" ]
174
- return dash_daq .ColorPicker ( # pylint: disable=not-callable
174
+ return dash_daq .ColorPicker (
175
175
{"id" : self ._uuid , "element" : "picker" },
176
176
label = f"Color for { [col for col in self ._dframe .iloc [row_no ] if col != 'COLOR' ]} " ,
177
177
value = {"hex" : current_color_store [row_no ]},
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def _prepare_pattern_and_color_options_statistics_plot(
228
228
229
229
230
230
def _find_default_option_statistics_figure (
231
- df : pd .DataFrame , categories : list [str ]
231
+ df : pd .DataFrame , categories : List [str ]
232
232
) -> str :
233
233
if "hazardous" in categories :
234
234
default_option = "hazardous"
You can’t perform that action at this time.
0 commit comments