mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-28 12:43:17 +00:00
[NFC] polish colossalai/cli/benchmark/__init__.py code style (#2308)
This commit is contained in:
parent
87d2defda6
commit
4a79c10750
@ -1,9 +1,10 @@
|
||||
import click
|
||||
|
||||
from .utils import *
|
||||
from .benchmark import run_benchmark
|
||||
from colossalai.context import Config
|
||||
|
||||
from .benchmark import run_benchmark
|
||||
from .utils import *
|
||||
|
||||
__all__ = ['benchmark']
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user