Remove old imports from github.py, add missing webhook urllib import
This commit is contained in:
parent
65a99c7a84
commit
831bcd0d23
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
#--depends-on permissions
|
#--depends-on permissions
|
||||||
#--depends-on rest_api
|
#--depends-on rest_api
|
||||||
|
|
||||||
import datetime, itertools, json, math, re, urllib.parse
|
import datetime, math, re
|
||||||
from src import EventManager, ModuleManager, utils
|
from src import EventManager, ModuleManager, utils
|
||||||
|
|
||||||
COLOR_BRANCH = utils.consts.ORANGE
|
COLOR_BRANCH = utils.consts.ORANGE
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import itertools, json
|
import itertools, json, urllib.parse
|
||||||
from src import ModuleManager, utils
|
from src import ModuleManager, utils
|
||||||
from . import colors, github
|
from . import colors, github
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue