nagiosplugin icon indicating copy to clipboard operation
nagiosplugin copied to clipboard

Class Context should be reimplemented as an actual Abstract Base Class

Open mpounsett opened this issue 3 years ago • 0 comments

Linting complains about the Context.performance() signature, and the issue could be resolved by reimplementing this as a proper ABC, using the @abstractmethod decorator on the performance method.

mpounsett avatar Feb 06 '22 21:02 mpounsett