Skip to content

Commit

Permalink
remove cueing from _output of CodeExercise
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 26, 2023
1 parent 154faa4 commit b52a0ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scwidgets/exercise/_widget_code_exercise.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ def __init__(
cue_output._traits_to_observe = ["function_body"]
cue_output.observe_widgets()

# TODO set this
self._output._widgets_to_observe = [self._code]
self._output._traits_to_observe = ["function_body"]
self._output.observe_widgets()

self._cue_parameter_panel = UpdateCueBox(
[],
[],
Expand Down

0 comments on commit b52a0ca

Please sign in to comment.