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? --- text_utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'text_utils.py') diff --git a/text_utils.py b/text_utils.py index 94df3e3..cfed169 100644 --- a/text_utils.py +++ b/text_utils.py @@ -136,9 +136,7 @@ def distribute_strings( return retval -def justify_string_by_chunk( - string: str, width: int = 80, padding: str = " " -) -> str: +def justify_string_by_chunk(string: str, width: int = 80, padding: str = " ") -> str: """ Justifies a string. -- cgit v1.3