diff options
| author | 2019-06-24 15:55:05 +0100 | |
|---|---|---|
| committer | 2019-06-24 15:55:05 +0100 | |
| commit | d0d6af14d309e10e876237f96a7056061d9bdf92 (patch) | |
| tree | 0ad9003a2ceeb79880b1069fd214fb623979237f /modules | |
| parent | Add missing colors.py file (diff) | |
| signature | ||
Add missing 'utils' import
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/git_webhooks/colors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/git_webhooks/colors.py b/modules/git_webhooks/colors.py index 50ef7b59..90b2072b 100644 --- a/modules/git_webhooks/colors.py +++ b/modules/git_webhooks/colors.py @@ -1,3 +1,5 @@ +from src import utils + COLOR_BRANCH = utils.consts.ORANGE COLOR_REPO = utils.consts.GREY COLOR_POSITIVE = utils.consts.GREEN |
