refactor: muevo constantes a modulo git_flow para centralizar uso
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from argparse import ArgumentParser, Namespace
|
||||
from git_flow import GitFlowError
|
||||
from git_flow.command.base import COLOR_GREEN, COLOR_RED, COLOR_RESET, COLOR_WHITE_BOLD, Command
|
||||
from git_flow import COLOR_WHITE_BOLD, COLOR_GREEN, COLOR_RED, COLOR_RESET, GitFlowError
|
||||
from git_flow.command.base import Command
|
||||
from git_flow.git import Git
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user