mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
Format import according to isort
This commit is contained in:
parent
b72b6adbac
commit
0722257cd8
88 changed files with 232 additions and 159 deletions
4
setup.py
4
setup.py
|
|
@ -1,10 +1,10 @@
|
|||
"""wutils: handy tools
|
||||
"""
|
||||
import subprocess
|
||||
from codecs import open
|
||||
from os import path
|
||||
from setuptools import find_packages, setup, Command
|
||||
|
||||
import subprocess
|
||||
from setuptools import Command, find_packages, setup
|
||||
|
||||
|
||||
class InstallMermaidCLI(Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue