mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
remove stray Config()
This commit is contained in:
parent
0059e1a17e
commit
8b3740018d
@ -276,6 +276,3 @@ def indent(text, num_lines=5):
|
|||||||
if len(lines) > num_lines:
|
if len(lines) > num_lines:
|
||||||
lines = lines[: num_lines - 1] + ["... (truncated)", lines[-1]]
|
lines = lines[: num_lines - 1] + ["... (truncated)", lines[-1]]
|
||||||
return " " + "\n ".join(lines)
|
return " " + "\n ".join(lines)
|
||||||
|
|
||||||
|
|
||||||
config = Config()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user