There was an error while loading. Please reload this page.
Couldn't load subscription status. Retry
failing example
import attr def test_example(): @attr.s class Base(object): attr = attr.ib(default=False) @attr.s class Sub(Base): needed = attr.ib()