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
-1
View File
@@ -1,5 +1,4 @@
from argparse import Namespace
import os
from git_flow import GitFlowError
from git_flow.command.base import Command
from git_flow.git import FLOWCONFIG_FILE, Git