Remove unneeded assert
This commit is contained in:
parent
6b16d00903
commit
223cf9d4ac
1 changed files with 0 additions and 3 deletions
|
|
@ -275,9 +275,6 @@ def colorin(text, color="red", style="normal"):
|
||||||
>>> colout.colorin("Faites chier la vache", 41, "normal")
|
>>> colout.colorin("Faites chier la vache", 41, "normal")
|
||||||
'\x1b[0;38;5;41mFaites chier la vache\x1b[0m'
|
'\x1b[0;38;5;41mFaites chier la vache\x1b[0m'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
assert( type(color) is str )
|
|
||||||
|
|
||||||
global colormap_idx
|
global colormap_idx
|
||||||
global debug
|
global debug
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue