diff options
| author | 2019-09-02 15:15:15 +0100 | |
|---|---|---|
| committer | 2019-09-02 15:15:15 +0100 | |
| commit | a325f32b84fe18aa69066fc1c2289c2e1e963853 (patch) | |
| tree | 22291669eb54a3a4de8aa991f8b6c83108ff0588 /modules/github.py | |
| parent | remove unused CHANNELSET_HELP const (diff) | |
| signature | ||
remove legacy --depends-on flags for github.py (leftover from webhooks)
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 4 |
1 files changed, 0 insertions, 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 |
