From 6026c71e1caf607b0e34ed7467e4f63617463201 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 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 05571d2c3e3..3e6ff8c6efe 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -6,16 +6,6 @@ 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"