From 842205733440948d48e36ba4575b49f09553b959 Mon Sep 17 00:00:00 2001 From: omkarkhatavkar Date: Wed, 8 May 2024 15:20:49 +0530 Subject: [PATCH] removed the non-used constant object --- robottelo/constants/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 05571d2c3e3..238df5cffda 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -5,17 +5,6 @@ from box import Box from nailgun import entities - -# String Color codes -class Colored(Box): - YELLOW = '\033[1;33m' - REDLIGHT = '\033[3;31m' - REDDARK = '\033[1;31m' - GREEN = '\033[1;32m' - WHITELIGHT = '\033[1;30m' - RESET = '\033[0m' - - # This should be updated after each version branch SATELLITE_VERSION = "6.16" SATELLITE_OS_VERSION = "8"