remove stray Config()

This commit is contained in:
Vivian Fang 2023-10-22 22:53:00 -07:00
parent 0059e1a17e
commit 8b3740018d

View File

@ -276,6 +276,3 @@ def indent(text, num_lines=5):
if len(lines) > num_lines:
lines = lines[: num_lines - 1] + ["... (truncated)", lines[-1]]
return " " + "\n ".join(lines)
config = Config()