From 831bcd0d23c52ca4ce13afb8680517e28a041443 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 24 Jun 2019 15:38:27 +0100 Subject: Remove old imports from github.py, add missing webhook urllib import --- modules/webhooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/webhooks') 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 -- cgit v1.3.1-10-gc9f91