Skip to content

Commit df4fa8f

Browse files
svaniksharmaHainish
authored andcommitted
Removed seemingly redundant colors in script.py (EFForg#16062)
1 parent c4d1847 commit df4fa8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/script.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@
1616
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
1717

1818
class bcolors:
19-
HEADER = '\033[95m'
20-
OKBLUE = '\033[94m'
2119
OKGREEN = '\033[92m'
22-
WARNING = '\033[93m'
2320
FAIL = '\033[91m'
2421
ENDC = '\033[0m'
25-
BOLD = '\033[1m'
26-
UNDERLINE = '\033[4m'
2722

2823

2924
if sys.argv[1] == "Chrome":

0 commit comments

Comments
 (0)