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
cm.py:24: error: Revealed type is 'def () -> cm.SuperClass*'
cm.py:25: error: Revealed type is 'def () -> cm.SuperClass*'
cm.py:26: error: Revealed type is 'def () -> cm.SuperClass*'
What I'm trying to express is that the final one should be 'def () -> cm.SecondSubClass'. Is there a neat way of expressing what I want?