delete unused
[rainbowstream.git] / rainbowstream / colors.py
index 694af96ff71c5647ef00ebae3f695d292ee76a51..4b8ab2c775366eea73e8a12667cb5760f4fc715e 100644 (file)
@@ -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'])