smell: removes unnecessary lambda

This commit is contained in:
Romain Dorgueil
2018-08-11 07:14:25 +02:00
parent 2a6fdce92c
commit f82923e13b

View File

@ -1,2 +1,2 @@
CLEAR_EOL = '\033[0K'
MOVE_CURSOR_UP = lambda n: '\033[{}A'.format(n)
MOVE_CURSOR_UP = '\033[{}A'.format