aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-24 15:55:05 +0100
committerGravatar jesopo2019-06-24 15:55:05 +0100
commitd0d6af14d309e10e876237f96a7056061d9bdf92 (patch)
tree0ad9003a2ceeb79880b1069fd214fb623979237f /modules
parentAdd missing colors.py file (diff)
signature
Add missing 'utils' import
Diffstat (limited to 'modules')
-rw-r--r--modules/git_webhooks/colors.py2
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