From d0d6af14d309e10e876237f96a7056061d9bdf92 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 24 Jun 2019 15:55:05 +0100 Subject: [PATCH] Add missing 'utils' import --- modules/git_webhooks/colors.py | 2 ++ 1 file changed, 2 insertions(+) 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