Skip to content

Commit 2a62bb8

Browse files
committed
chore(fast-paced commit): fixed relative imports for colors
1 parent aa2587e commit 2a62bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commit_helper/utils/text_utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from commit_helper.utils.colors import RESET
2-
from commit_helper.utils.colors import DEBUG_COLOR
3-
from commit_helper.utils.colors import INPUT_COLOR
4-
from commit_helper.utils.colors import NOTIFY_COLOR
1+
from .colors import RESET
2+
from .colors import DEBUG_COLOR
3+
from .colors import INPUT_COLOR
4+
from .colors import NOTIFY_COLOR
55

66

77
def get_text():

0 commit comments

Comments
 (0)