Skip to content

Commit

Permalink
finish docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Mar 14, 2024
1 parent b75ee93 commit 45e274c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tqdm_publisher/_demos/_multiple_bars/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class WebSocketProgressBar:
"""
This is similar to the `send_progress_update_to_client` function from the single bar demo server.
Except for multiple bars, it is easier to link to a particular `request_id` as a
The translation of this approach into a scoped class definition is merely to showcase an alternative approach
of the execution.
"""

def __init__(self, request_id: str):
Expand Down

0 comments on commit 45e274c

Please sign in to comment.