Change locking boundaries for shared dict. Add a unit test.
[python_utils.git] / text_utils.py
index 94df3e3499756a86955ebc3ee7330e5329720255..cfed1699dc3f29090a7846bff8dc2d3c89fa9174 100644 (file)
@@ -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.