mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-25 01:03:35 +00:00
[NFC] polish colossalai/cli/benchmark/__init__.py code style (#2308)
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user