Skip to content

Commit

Permalink
removed the non-used Colored box object (SatelliteQE#14991)
Browse files Browse the repository at this point in the history
removed the non-used constant object
  • Loading branch information
omkarkhatavkar authored and jyejare committed Oct 19, 2024
1 parent 1deecfc commit 759d2df
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 759d2df

Please sign in to comment.