From e6f32fdd9b373dfcd100c7accb41f57d83c2f0a1 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 21:35:20 -0800 Subject: Ahem. Still running black? --- histogram.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'histogram.py') diff --git a/histogram.py b/histogram.py index 4aa4749..a899fe9 100644 --- a/histogram.py +++ b/histogram.py @@ -94,11 +94,7 @@ class SimpleHistogram(Generic[T]): right_end="", ) label = f'{label_formatter}..{label_formatter}' % (start, end) - txt += ( - f'{label:20}: ' - + bar - + f"({pop/self.count*100.0:5.2f}% n={pop})\n" - ) + txt += f'{label:20}: ' + bar + f"({pop/self.count*100.0:5.2f}% n={pop})\n" if start == last_bucket_start: break return txt -- cgit v1.3