diff options
| author | 2019-06-24 19:32:32 +0100 | |
|---|---|---|
| committer | 2019-06-24 19:32:32 +0100 | |
| commit | 2ccebaa4a08c4815a86505e069aa59a0e82c8915 (patch) | |
| tree | 2313bea7efe54fd23f7f23077694efc630d0f527 /modules/git_webhooks | |
| parent | Update README.md for gitea (diff) | |
| signature | ||
Add missing `import re`
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 |
