chore: run autoflake + isort (#1279)

This commit is contained in:
Charles Packer
2024-04-20 11:40:22 -07:00
committed by GitHub
parent a3c19a70f5
commit b35de11d96
133 changed files with 606 additions and 802 deletions

View File

@@ -1,14 +1,12 @@
import subprocess
import os
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", "pexpect"])
import pexpect
from .constants import TIMEOUT
from .utils import create_config, wipe_config
from memgpt import create_client
from .utils import create_config
# def test_configure_memgpt():
# configure_memgpt()