[NFC] polish colossalai/__init__.py code style (#1285)

pull/1298/head
Ziheng Qin 2022-07-12 19:46:06 -07:00 committed by Frank Lee
parent 38e3ccd1e9
commit 6d6c01e94d
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
from .initialize import (initialize, launch, launch_from_openmpi, from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch,
launch_from_slurm, launch_from_torch, get_default_parser) get_default_parser)
__version__ = '0.0.1' __version__ = '0.0.1'