[NFC] polish colossalai/cli/cli.py code style (#2734)

This commit is contained in:
Wangbo Zhao(黑色枷锁) 2023-02-15 22:25:28 +08:00 committed by GitHub
parent d344313533
commit 8331420520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
import click
from .launcher import run
from .check import check
from .benchmark import benchmark
from .check import check
from .launcher import run
class Arguments():