SmoothieAq

Results 4 issues of SmoothieAq

It has signature def distinct_until_changed( source: AsyncObservable[_TSource], ) -> AsyncObservable[_TSource] but I would have expected def distinct_until_changed() -> Callable[[AsyncObservable[_TSource]], AsyncObservable[_TSource]] Seems like a lot of signatures here and there could...

In AsyncRx the signature def distinct_until_changed(self) -> AsyncObservable[_TSource]: should be def distinct_until_changed(self) -> AsyncRx[_TSource]: The actual return is correct, only the signature is wrong