X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolors.py;h=4b8ab2c775366eea73e8a12667cb5760f4fc715e;hp=694af96ff71c5647ef00ebae3f695d292ee76a51;hb=9fa1d26a44f57d4be9cce26e9dd2255156da714a;hpb=42fde7758a905592bbebfe849b210d39508a3187 diff --git a/rainbowstream/colors.py b/rainbowstream/colors.py index 694af96..4b8ab2c 100644 --- a/rainbowstream/colors.py +++ b/rainbowstream/colors.py @@ -3,7 +3,6 @@ import itertools from functools import wraps from termcolor import * from pyfiglet import figlet_format -from functools import reduce grey = lambda x: colored(x, 'grey', attrs=['bold']) red = lambda x: colored(x, 'red', attrs=['bold'])