From 6d6c01e94d5084b864a220c8d544adbf3a7792a6 Mon Sep 17 00:00:00 2001 From: Ziheng Qin <37519855+henryqin1997@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:46:06 -0700 Subject: [PATCH] [NFC] polish colossalai/__init__.py code style (#1285) --- colossalai/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index f3882e962..697b73a74 100644 --- a/colossalai/__init__.py +++ b/colossalai/__init__.py @@ -1,5 +1,4 @@ -from .initialize import (initialize, launch, launch_from_openmpi, - launch_from_slurm, launch_from_torch, get_default_parser) +from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch, + get_default_parser) __version__ = '0.0.1' -