We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ce668 commit bc1fd82Copy full SHA for bc1fd82
commit_helper/utils/flag_commit_handler.py
@@ -1,15 +1,10 @@
1
from os import system
2
# utils imports
3
+from .text_utils import debug
4
from .utils import create_file
5
from .utils import gen_co_author
6
from .utils import handle_conventioned_commit
-from .text_utils import debug
7
-from .text_utils import get_text
8
-from .text_utils import get_context
9
# conventions imports
10
-from commit_helper.conventions.karma_angular import angular_convention
11
-from commit_helper.conventions.changelog import changelog_convention
12
-from commit_helper.conventions.symphony_cmf import symphony_convention
13
from commit_helper.conventions.no_convention import just_message
14
15
0 commit comments