diff options
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/__init__.py b/modules/git_webhooks/__init__.py index 81b34979..4f86a1ff 100644 --- a/modules/git_webhooks/__init__.py +++ b/modules/git_webhooks/__init__.py @@ -1,4 +1,4 @@ -import itertools, json, urllib.parse +import itertools, json, re, urllib.parse from src import ModuleManager, utils from . import colors, gitea, github |
