more nits
This commit is contained in:
parent
0cdc1b6506
commit
2e66eaf5ac
@ -18,9 +18,7 @@ TEXTWIDTH_CM = 12.12364
|
|||||||
|
|
||||||
|
|
||||||
def color(string):
|
def color(string):
|
||||||
if not string:
|
return COLORS[string if string else 'black']
|
||||||
string = 'black'
|
|
||||||
return COLORS[string]
|
|
||||||
|
|
||||||
|
|
||||||
def inch(cm):
|
def inch(cm):
|
||||||
|
Loading…
Reference in New Issue
Block a user