Format import according to isort

This commit is contained in:
hongjiongteng 2023-07-22 11:28:22 +08:00
parent b72b6adbac
commit 0722257cd8
88 changed files with 232 additions and 159 deletions

View file

@ -1,9 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import asyncio
import fire
from metagpt.roles import Architect, Engineer, ProductManager, ProjectManager
from metagpt.software_company import SoftwareCompany
from metagpt.roles import ProjectManager, ProductManager, Architect, Engineer
async def startup(idea: str, investment: float = 3.0, n_round: int = 5):