diff --git a/src/tqdm_publisher/_demo/_single_bar/_server.py b/src/tqdm_publisher/_demo/_single_bar/_server.py index 899a49f..2a85256 100644 --- a/src/tqdm_publisher/_demo/_single_bar/_server.py +++ b/src/tqdm_publisher/_demo/_single_bar/_server.py @@ -78,5 +78,3 @@ async def spawn_server() -> None: def run_single_bar_demo() -> None: """Trigger the execution of the asynchronous spawn.""" asyncio.run(spawn_server()) - -