From 824267376ba5bff9a3b12f3e49af75b13bb21f65 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 2 Jan 2019 10:57:19 +0100 Subject: [PATCH] Cleanup --- lib/webhooks/base_app.py | 8 -------- 1 file changed, 8 deletions(-) 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): -- 2.39.5