Fix issue with textual typing on watch callback method
Fixes: - clive/ui/operations/cart_based_screen/cart_overview.py:86: error: Argument "callback" to "watch" of "DOMNode" has incompatible type "Callable[[], None]"; expected "Union[Callable[[Any], Awaitable[None]], Callable[[Any], None]]" [arg-type]
Loading
Please sign in to comment