Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
[python_utils.git] / text_utils.py
index 49ff9b979e2db0e26adfd6dc7b6f0e4663e62289..36cfe2fd720d9e0cb479992495a70d66161ae132 100644 (file)
@@ -232,7 +232,7 @@ def wrap_string(text: str, n: int) -> str:
     return out
 
 
-class Indenter:
+class Indenter(object):
     """
     with Indenter(pad_count = 8) as i:
         i.print('test')