Skip to content

Commit

Permalink
removed the non-used constant object
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar committed May 8, 2024
1 parent 50195ff commit 6026c71
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6026c71

Please sign in to comment.