We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfa44c commit 9dce34cCopy full SHA for 9dce34c
tests/test_widget.py
@@ -43,7 +43,7 @@ def __init__(self) -> None:
43
self.input = Input()
44
self.label = Label()
45
self.loading_indicator = LoadingIndicator()
46
- self.log = Log()
+ self.log_ = Log()
47
self.option_list = OptionList()
48
self.rich_log = RichLog()
49
self.switch = Switch()
0 commit comments