diff options
| author | Mike Gilbert <floppym@gentoo.org> | 2022-07-08 21:35:41 -0400 |
|---|---|---|
| committer | Mike Gilbert <floppym@gentoo.org> | 2022-07-08 21:35:41 -0400 |
| commit | 707b0340d69da92d6e3c72892c190a1e3fd0c2e1 (patch) | |
| tree | b360cd1319038b4b387fc4145d51203034522a46 | |
| parent | 635e0b9f8b96217070eb48a6888ac5e1c46f8822 (diff) | |
| download | gentoolkit-707b0340d69da92d6e3c72892c190a1e3fd0c2e1.tar.gz | |
eshowkw: make black happy
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
| -rw-r--r-- | pym/gentoolkit/eshowkw/display_pretty.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
