summaryrefslogtreecommitdiff
path: root/text_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-31 13:08:51 -0700
committerScott Gasch <[email protected]>2021-10-31 13:08:51 -0700
commiteb9e6df32ed696158bf34dba6464277b648f5c74 (patch)
tree54ae278562008b0ffa834b2d34b2158d9119dc65 /text_utils.py
parent05a26ae305adfc47f38b8534ec8f35640df3955e (diff)
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Diffstat (limited to 'text_utils.py')
-rw-r--r--text_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_utils.py b/text_utils.py
index 49ff9b9..36cfe2f 100644
--- a/text_utils.py
+++ b/text_utils.py
@@ -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')