diff --git a/src/tqdm_publisher/_demos/_demo_command_line_interface.py b/src/tqdm_publisher/_demos/_demo_command_line_interface.py index a6bdf5d..c354ef7 100644 --- a/src/tqdm_publisher/_demos/_demo_command_line_interface.py +++ b/src/tqdm_publisher/_demos/_demo_command_line_interface.py @@ -10,14 +10,8 @@ CLIENT_PORT = 1234 DEMOS = { - "demo_single": dict( - subpath="_single_bar", - server=run_single_bar_demo - ), - "demo_multiple": dict( - subpath="_multiple_bars", - server=run_multiple_bar_demo - ) + "demo_single": dict(subpath="_single_bar", server=run_single_bar_demo), + "demo_multiple": dict(subpath="_multiple_bars", server=run_multiple_bar_demo), # "parallel": "_parallel", }