aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
-rw-r--r--modules/webhooks/__init__.py2
2 files changed, 2 insertions, 2 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
diff --git a/modules/webhooks/__init__.py b/modules/webhooks/__init__.py
index a427c917..a0b1429a 100644
--- a/modules/webhooks/__init__.py
+++ b/modules/webhooks/__init__.py
@@ -1,4 +1,4 @@
-import itertools, json
+import itertools, json, urllib.parse
from src import ModuleManager, utils
from . import colors, github