Remove old imports from github.py, add missing webhook urllib import

This commit is contained in:
jesopo 2019-06-24 15:38:27 +01:00
parent 65a99c7a84
commit 831bcd0d23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
import itertools, json
import itertools, json, urllib.parse
from src import ModuleManager, utils
from . import colors, github