nagiosplugin
nagiosplugin copied to clipboard
Class Context should be reimplemented as an actual Abstract Base Class
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.