diff options
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
