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

pull/2737/head
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
1 changed files with 3 additions and 2 deletions

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():