Skip to content

Commit

Permalink
[6.13.z] removed the non-used Colored box object (#14994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored May 8, 2024
1 parent a525168 commit 46582cf
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.13"
SATELLITE_OS_VERSION = "8"
Expand Down

0 comments on commit 46582cf

Please sign in to comment.