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/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') 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 -- cgit v1.3.1-10-gc9f91