refactor: muevo constantes a modulo git_flow para centralizar uso

This commit is contained in:
jt
2025-11-26 23:35:00 -03:00
parent 7f857fdd68
commit 29757ccfb5
6 changed files with 22 additions and 26 deletions
+2 -2
View File
@@ -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