From 707b0340d69da92d6e3c72892c190a1e3fd0c2e1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 8 Jul 2022 21:35:41 -0400 Subject: eshowkw: make black happy Signed-off-by: Mike Gilbert --- pym/gentoolkit/eshowkw/display_pretty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/eshowkw/display_pretty.py b/pym/gentoolkit/eshowkw/display_pretty.py index 82fd446..9a769f9 100644 --- a/pym/gentoolkit/eshowkw/display_pretty.py +++ b/pym/gentoolkit/eshowkw/display_pretty.py @@ -125,6 +125,6 @@ class string_rotator: if x.find("+ -") != -1: x = x.replace(" ", "-") # strip all chars and remove empty lines - if not strip or len(x.strip(" |-")) > 0 or '-' in x: + if not strip or len(x.strip(" |-")) > 0 or "-" in x: tmp.append(x) return tmp -- cgit v1.2.3