Skip to content

Commit 7b4f61e

Browse files
committed
remove cueing from _output of CodeExercise
1 parent 69d8981 commit 7b4f61e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/scwidgets/exercise/_widget_code_exercise.py

-5
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,6 @@ def __init__(
240240
cue_output._traits_to_observe = ["function_body"]
241241
cue_output.observe_widgets()
242242

243-
# TODO set this
244-
self._output._widgets_to_observe = [self._code]
245-
self._output._traits_to_observe = ["function_body"]
246-
self._output.observe_widgets()
247-
248243
self._cue_parameter_panel = UpdateCueBox(
249244
[],
250245
[],

0 commit comments

Comments
 (0)