You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what has changed, but after I updated to RxPy 3.1.1, mypy began to report such errors as "Module 'rx' has no attribute 'Observable'", possibly due to python/mypy/issues/7423.
It happens for all other major types such as BehaviorSubject, and changing [mypy] implicit_reexport in setup.cfg to True fixes the symptom.
The text was updated successfully, but these errors were encountered:
mysticfall
added a commit
to mysticfall/alleycat-reactive
that referenced
this issue
Jul 21, 2020
I don't know what has changed, but after I updated to RxPy 3.1.1, mypy began to report such errors as "Module 'rx' has no attribute 'Observable'", possibly due to python/mypy/issues/7423.
It happens for all other major types such as
BehaviorSubject
, and changing[mypy] implicit_reexport
insetup.cfg
toTrue
fixes the symptom.The text was updated successfully, but these errors were encountered: