Remove the bell from the Button documentation example

This commit is contained in:
Dave Pearson
2022-10-19 15:15:53 +01:00
parent e8bb084538
commit c4f920be67

View File

@@ -27,7 +27,6 @@ class ButtonsApp(App[str]):
)
def on_button_pressed(self, event: Button.Pressed) -> None:
self.app.bell()
self.exit(str(event.button))