black
This commit is contained in:
parent
8fd151b23a
commit
38fa22477a
|
@ -57,7 +57,7 @@ def compare(channels, previous, current):
|
|||
def clean_state(state):
|
||||
# Ote l'identifiant en début de chaine
|
||||
|
||||
return state[0].split("#", 1)[1], state[1], '->', state[2]
|
||||
return state[0].split("#", 1)[1], state[1], "->", state[2]
|
||||
|
||||
|
||||
def list_channels(p, c):
|
||||
|
|
Loading…
Reference in New Issue