Skip to content

Commit

Permalink
remove debug help
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 21, 2024
1 parent 0ffa74c commit c7c491b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/textual/widgets/_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,6 @@ class Button(Widget, can_focus=True):
}
"""

HELP = """
A simple button.
1. Foo
2. Bar
3. Baz
```python
import this
for n in range(100):
print(n)
```
"""

BINDINGS = [Binding("enter", "press", "Press Button", show=False)]

label: reactive[TextType] = reactive[TextType]("")
Expand Down

0 comments on commit c7c491b

Please sign in to comment.