Skip to content

Commit

Permalink
CueObjects now accepts None as default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 25, 2023
1 parent 9687211 commit 11c7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scwidgets/cue/_widget_cue_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CueObject(CueOutput):

def __init__(
self,
display_object: Any,
display_object: Any = None,
widgets_to_observe: Union[None, List[Widget], Widget] = None,
traits_to_observe: Union[
None, str, List[str], List[List[str]], Sentinel
Expand Down

0 comments on commit 11c7e79

Please sign in to comment.