Skip to content

Commit bc1fd82

Browse files
committed
fix(ci): codacy errors on flag_commit_handler
1 parent b5ce668 commit bc1fd82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

commit_helper/utils/flag_commit_handler.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
from os import system
22
# utils imports
3+
from .text_utils import debug
34
from .utils import create_file
45
from .utils import gen_co_author
56
from .utils import handle_conventioned_commit
6-
from .text_utils import debug
7-
from .text_utils import get_text
8-
from .text_utils import get_context
97
# 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
138
from commit_helper.conventions.no_convention import just_message
149

1510

0 commit comments

Comments
 (0)