[NFC] polish colossalai/cli/benchmark/__init__.py code style (#2308)

pull/2317/head
Junming Wu 2023-01-04 11:49:36 +08:00 committed by Frank Lee
parent 87d2defda6
commit 4a79c10750
1 changed files with 3 additions and 2 deletions

View File

@ -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']