Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2024
1 parent a654f83 commit 76f66ca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/tqdm_publisher/_demos/_demo_command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down

0 comments on commit 76f66ca

Please sign in to comment.