aboutsummaryrefslogtreecommitdiff
path: root/modules/webhooks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webhooks')
-rw-r--r--modules/webhooks/__init__.py2
1 files changed, 1 insertions, 1 deletions
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