diff --git a/examples/calculator.py b/examples/calculator.py index 9477b6cdd..de8e8b12c 100644 --- a/examples/calculator.py +++ b/examples/calculator.py @@ -93,8 +93,6 @@ class CalculatorApp(App): button_id = event.button.id assert button_id is not None - self.bell() # Terminal bell - def do_math() -> None: """Does the math: LEFT OPERATOR RIGHT""" try: