diff --git a/piker/ui/watchlist.py b/piker/ui/watchlist.py index 3bef11f1..eb1cb3a1 100644 --- a/piker/ui/watchlist.py +++ b/piker/ui/watchlist.py @@ -287,7 +287,7 @@ class TickerTable(GridLayout): return row def render_rows( - self, pairs: (dict, Row), sort_key: str = None, row_filter=None, + self, pairs: {str: (dict, Row)}, sort_key: str = None, row_filter=None, ): """Sort and render all rows on the ticker grid from ``pairs``. """