X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fcolors.py;h=4b8ab2c775366eea73e8a12667cb5760f4fc715e;hb=7d1fa1122f3969c2c68199562a2c50748ecc9294;hp=694af96ff71c5647ef00ebae3f695d292ee76a51;hpb=f3177531534bc129b333c2ef694dca24d897fc6f;p=rainbowstream.git 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'])