From 5dbb59fde4303bc3aad43ed9f39bd5da39c3642f Mon Sep 17 00:00:00 2001 From: Ziheng Qin <37519855+henryqin1997@users.noreply.github.com> Date: Tue, 12 Jul 2022 09:52:41 -0700 Subject: [PATCH] [NFC] polish colossalai/__init__.py code style --- colossalai/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index f3882e9629e9..697b73a74a9c 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' -