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

Co-authored-by: henryqin1997 <henryqin1997@gamil.com>
This commit is contained in:
Ziheng Qin 2022-09-08 00:59:54 -07:00 committed by Frank Lee
parent 8328917348
commit 08815f0e72

View File

@ -1,5 +1,3 @@
from .builder import build_from_config, build_from_registry, build_gradient_handler
__all__ = [
'build_gradient_handler', 'build_from_config', 'build_from_registry'
]
__all__ = ['build_gradient_handler', 'build_from_config', 'build_from_registry']