remove config.py and test

This commit is contained in:
geekan 2024-01-11 15:44:53 +08:00
parent 9a12ae36a4
commit f0b052dadc

View file

@ -8,8 +8,6 @@
from abc import ABC, abstractmethod
from pathlib import Path
from metagpt.config import Config
class BaseStore(ABC):
"""FIXME: consider add_index, set_index and think about granularity."""