From 157cb6814276b8312962d0d5d8cea61b78982b34 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 23 Dec 2022 12:18:37 +0200 Subject: [PATCH] Update message_prefixes.py --- octosuite/message_prefixes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octosuite/message_prefixes.py b/octosuite/message_prefixes.py index 98e98aa..d324377 100644 --- a/octosuite/message_prefixes.py +++ b/octosuite/message_prefixes.py @@ -1,4 +1,4 @@ -from octosuite.colors import red, white, green, reset +from octosuite.config import red, white, green, reset """ message prefixes that show what @@ -10,4 +10,4 @@ WARNING = f"{white}[{red}WARNING{white}]{reset}" ERROR = f"{white}[{red}ERROR{white}]{reset}" POSITIVE = f"{white}[{green}POSITIVE{white}]{reset}" NEGATIVE = f"{white}[{red}NEGATIVE{white}]{reset}" -INFO = f"{white}[{green}INFO{white}]{reset}" \ No newline at end of file +INFO = f"{white}[{green}INFO{white}]{reset}"