From 38fa22477a6aff6ae0a41d2a1be99a03c727b1e6 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Mon, 11 Oct 2021 16:35:04 +0200 Subject: [PATCH] black --- papi/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papi/utils.py b/papi/utils.py index cbc65a6..a8b866c 100644 --- a/papi/utils.py +++ b/papi/utils.py @@ -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):