aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-24 15:38:27 +0100
committerGravatar jesopo2019-06-24 15:38:27 +0100
commit831bcd0d23c52ca4ce13afb8680517e28a041443 (patch)
tree08ccb0d2012879c971e465964324609ef6e60f8a /modules/github.py
parentre-add lost REST API successful return (diff)
signature
Remove old imports from github.py, add missing webhook urllib import
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 14cb2314..9b245cc5 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -5,7 +5,7 @@
#--depends-on permissions
#--depends-on rest_api
-import datetime, itertools, json, math, re, urllib.parse
+import datetime, math, re
from src import EventManager, ModuleManager, utils
COLOR_BRANCH = utils.consts.ORANGE