From: Frank Brehm Date: Wed, 2 Jan 2019 09:57:19 +0000 (+0100) Subject: Cleanup X-Git-Tag: 1.6.4^2~89 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=824267376ba5bff9a3b12f3e49af75b13bb21f65;p=pixelpark%2Fpuppetmaster-webhooks.git Cleanup --- diff --git a/lib/webhooks/base_app.py b/lib/webhooks/base_app.py index f006a0c..ba23769 100644 --- a/lib/webhooks/base_app.py +++ b/lib/webhooks/base_app.py @@ -1150,14 +1150,6 @@ class BaseHookApp(BaseApplication): return -# # ------------------------------------------------------------------------- -# def run(self): -# """Main routine, must be overridden in descendant classes.""" -# -# msg = "Method run() must be overridden in descendant classes of {!r}.".format( -# self.__class__.__name__) -# raise NotImplementedError(msg) - # ------------------------------------------------------------------------- def read_cache_file(self, only_main_branches=True):