Skip to content

Commit b5ce668

Browse files
committed
fix(ci): codacy errors on file_handler
1 parent 8554b6d commit b5ce668

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

commit_helper/utils/file_handler.py

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
from yaml import safe_load
33
from yaml import YAMLError
44
# utils imports
5+
from .text_utils import debug
6+
from .text_utils import notify
7+
from .text_utils import get_text
58
from .utils import gen_co_author
69
from .utils import dump_convention
710
from .utils import validate_commiter_file
811
from .utils import handle_conventioned_commit
9-
from .colors import RESET
10-
from .colors import NOTIFY_COLOR
11-
from .text_utils import debug
12-
from .text_utils import notify
13-
from .text_utils import get_text
14-
from .text_utils import get_context
1512
# conventions imports
16-
from commit_helper.conventions.karma_angular import angular_convention
17-
from commit_helper.conventions.changelog import changelog_convention
18-
from commit_helper.conventions.symphony_cmf import symphony_convention
1913
from commit_helper.conventions.no_convention import just_message
2014
from commit_helper.conventions.custom_convention import custom_convention
2115

0 commit comments

Comments
 (0)