diff --git a/examples/plugins/git-webhook/__init__.py b/examples/plugins/_git-webhook/__init__.py similarity index 96% rename from examples/plugins/git-webhook/__init__.py rename to examples/plugins/_git-webhook/__init__.py index dfbc644f..52a6f71a 100644 --- a/examples/plugins/git-webhook/__init__.py +++ b/examples/plugins/_git-webhook/__init__.py @@ -75,9 +75,4 @@ def _format_event(self, event_type, data): elif isinstance(EVENT_DESCRIPTIONS[event_type], str): return EVENT_DESCRIPTIONS[event_type].format(**data) except KeyError: - return None - - -""" ->smee -u https://smee.io/MHldOrjI8msgNUa5 -p 8888 -""" + return None \ No newline at end of file diff --git a/examples/plugins/git-webhook/config.py b/examples/plugins/_git-webhook/config.py similarity index 100% rename from examples/plugins/git-webhook/config.py rename to examples/plugins/_git-webhook/config.py