mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
Clean up existing unused code according to flake8
This commit is contained in:
parent
0722257cd8
commit
d74215c502
68 changed files with 57 additions and 161 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue