We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2587e commit 2a62bb8Copy full SHA for 2a62bb8
commit_helper/utils/text_utils.py
@@ -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
+from .colors import RESET
+from .colors import DEBUG_COLOR
+from .colors import INPUT_COLOR
+from .colors import NOTIFY_COLOR
5
6
7
def get_text():
0 commit comments