Skip to content

Commit

Permalink
Update py/server/deephaven/table_listener.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <[email protected]>
  • Loading branch information
jmao-denver and chipkent authored Jul 10, 2024
1 parent 170d9b4 commit 434409a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/server/deephaven/table_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@ def table_update(self) -> Optional[TableUpdate]:


class MergedListener(ABC):
"""A MergedListener has a collection of ListenerRecorder. Each one must complete before the merged listener
executes only once for the current update graph cycle. """
"""An abstract multi-table listener class that should be subclassed by any user multi-table listener class."""

@abstractmethod
def on_update(self, updates: Dict[Table, TableUpdate]) -> None:
Expand Down

0 comments on commit 434409a

Please sign in to comment.