Add missing 'utils' import

This commit is contained in:
jesopo 2019-06-24 15:55:05 +01:00
parent 60a4f7aa4a
commit d0d6af14d3

View file

@ -1,3 +1,5 @@
from src import utils
COLOR_BRANCH = utils.consts.ORANGE
COLOR_REPO = utils.consts.GREY
COLOR_POSITIVE = utils.consts.GREEN