aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks')
-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