diff --git a/doc/whatsnew/fragments/6738.feature b/doc/whatsnew/fragments/6738.feature index 5e159e6c74..d6895df365 100644 --- a/doc/whatsnew/fragments/6738.feature +++ b/doc/whatsnew/fragments/6738.feature @@ -1,4 +1,3 @@ `pyreverse` now supports custom color palettes with the `--color-palette` option. -The default color palette has been changed to be more accessible for color blind people. Closes #6738 diff --git a/pylint/pyreverse/main.py b/pylint/pyreverse/main.py index 0b088c198a..a236b41b71 100644 --- a/pylint/pyreverse/main.py +++ b/pylint/pyreverse/main.py @@ -51,18 +51,6 @@ "gold", "hotpink", "mediumspringgreen", - # TODO for 3.0: replace the colors above with the ones below - # Those are more colorblind friendly - # "dodgerblue", - # "orange", - # "teal", - # "sienna", - # "orchid", - # "lightsalmon", - # "plum", - # "gray", - # "yellow", - # "steelblue", ) OPTIONS: Options = (