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
the consequence of this is that we need to declare the non-existent
function destroy in `Resource`.
As a consequence, we have to explicitly declare it in the slightly
specialized classes that directly inherit from it, `DefaultResource`
and `ListableResource`. We "implement" it by raising an error.
This patch fixes#156, and has been once again discovered by `mypy
--strict` (#131).
0 commit comments