diff options
| author | 2019-06-24 15:38:27 +0100 | |
|---|---|---|
| committer | 2019-06-24 15:38:27 +0100 | |
| commit | 831bcd0d23c52ca4ce13afb8680517e28a041443 (patch) | |
| tree | 08ccb0d2012879c971e465964324609ef6e60f8a /modules/webhooks | |
| parent | re-add lost REST API successful return (diff) | |
| signature | ||
Remove old imports from github.py, add missing webhook urllib import
Diffstat (limited to 'modules/webhooks')
| -rw-r--r-- | modules/webhooks/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
