Commit 08815f0e authored by Ziheng Qin's avatar Ziheng Qin Committed by Frank Lee
Browse files

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


Co-authored-by: default avatarhenryqin1997 <henryqin1997@gamil.com>
parent 83289173
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']
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment