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
Fix bug when class attributes are accidentally inherited
Skip type annotations that are accidentally inherited from the parent class
since __annotations__ attribute of a class may inadvertently return the
annotations dict of a base class.
0 commit comments