Add missing 'utils' import
This commit is contained in:
parent
60a4f7aa4a
commit
d0d6af14d3
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
from src import utils
|
||||||
|
|
||||||
COLOR_BRANCH = utils.consts.ORANGE
|
COLOR_BRANCH = utils.consts.ORANGE
|
||||||
COLOR_REPO = utils.consts.GREY
|
COLOR_REPO = utils.consts.GREY
|
||||||
COLOR_POSITIVE = utils.consts.GREEN
|
COLOR_POSITIVE = utils.consts.GREEN
|
||||||
|
|
Loading…
Reference in a new issue