From a325f32b84fe18aa69066fc1c2289c2e1e963853 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 2 Sep 2019 15:15:15 +0100 Subject: [PATCH] remove legacy --depends-on flags for github.py (leftover from webhooks) --- modules/github.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/github.py b/modules/github.py index 71df302e..b02c6c02 100644 --- a/modules/github.py +++ b/modules/github.py @@ -1,9 +1,5 @@ -#--depends-on channel_access -#--depends-on check_mode #--depends-on commands #--depends-on config -#--depends-on permissions -#--depends-on rest_api import datetime, math, re from src import EventManager, ModuleManager, utils