diff options
| author | 2019-06-24 17:13:51 +0100 | |
|---|---|---|
| committer | 2019-06-24 17:14:39 +0100 | |
| commit | 6b8120dc517a1b41c9fc951d989b53746c8fadb0 (patch) | |
| tree | 7d427c5eaf5a4b21d99bef00c8dcc18bfb07e3cb /modules/git_webhooks/github.py | |
| parent | Add missing 'utils' import (diff) | |
| signature | ||
Add gitea.py, fix some consts being in the wrong file
Diffstat (limited to 'modules/git_webhooks/github.py')
| -rw-r--r-- | modules/git_webhooks/github.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/git_webhooks/github.py b/modules/git_webhooks/github.py index 3314049d..7154c44c 100644 --- a/modules/git_webhooks/github.py +++ b/modules/git_webhooks/github.py @@ -1,4 +1,3 @@ -#--depends-on-github from src import ModuleManager, utils from . import colors |
