chore: run autoflake + isort (#1279)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user