mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-29 08:47:17 +00:00
[NFC] polish colossalai/builder/__init__.py code style (#1560)
Co-authored-by: henryqin1997 <henryqin1997@gamil.com>
This commit is contained in:
parent
8328917348
commit
08815f0e72
@ -1,5 +1,3 @@
|
|||||||
from .builder import build_from_config, build_from_registry, build_gradient_handler
|
from .builder import build_from_config, build_from_registry, build_gradient_handler
|
||||||
|
|
||||||
__all__ = [
|
__all__ = ['build_gradient_handler', 'build_from_config', 'build_from_registry']
|
||||||
'build_gradient_handler', 'build_from_config', 'build_from_registry'
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user