diff --git a/tests/test_console.py b/tests/test_console.py index 51e0a150..a6d2d333 100644 --- a/tests/test_console.py +++ b/tests/test_console.py @@ -341,4 +341,4 @@ def test_bell() -> None: console = Console(force_terminal=True) console.begin_capture() console.bell() - assert console.end_capture() == "\x07" \ No newline at end of file + assert console.end_capture() == "\x07"