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
Users shouldn't be bound to subclassing so long as they abide by the expected interface. To allow this we should use typing.Protocol instead of abc.ABC. This change would probably be applicable to:
Users shouldn't be bound to subclassing so long as they abide by the expected interface. To allow this we should use
typing.Protocol
instead ofabc.ABC
. This change would probably be applicable to:AbstractDispatcher
- Refactor Dispatchers #353AbstractRenderServer
- Server Proto #370The text was updated successfully, but these errors were encountered: