Clean up existing unused code according to flake8

This commit is contained in:
hongjiongteng 2023-07-22 11:55:57 +08:00
parent 0722257cd8
commit d74215c502
68 changed files with 57 additions and 161 deletions

View file

@ -8,7 +8,7 @@
import asyncio
from typing import Iterable
from pydantic import BaseModel, BaseSettings, Field, PostgresDsn, PyObject, RedisDsn
from pydantic import BaseModel, Field
from metagpt.memory import Memory
from metagpt.roles import Role