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 Apr 26, 2024
1 parent b68471a commit 4143655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tqdm_publisher/_demos/_demo_command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

DEMO_BASE_FOLDER_PATH = Path(__file__).parent


def _command_line_interface():
"""A simple command line interface for running the demo for TQDM Publisher."""
if len(sys.argv) <= 1:
Expand Down
1 change: 1 addition & 0 deletions src/tqdm_publisher/_demos/_parallel_bars/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def update():

return jsonify({"status": "success"})


@app.route("/events", methods=["GET"])
@cross_origin()
def events():
Expand Down

0 comments on commit 4143655

Please sign in to comment.