mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py code style (#2289)
parent
3a02b46447
commit
1c29b173c9
|
@ -6,7 +6,7 @@ import torch
|
||||||
from ..sharding_strategy import OperationData, OperationDataType
|
from ..sharding_strategy import OperationData, OperationDataType
|
||||||
from .node_handler import NodeHandler
|
from .node_handler import NodeHandler
|
||||||
from .registry import operator_registry
|
from .registry import operator_registry
|
||||||
from .strategy import (StrategyGenerator, TensorStrategyGenerator, TensorTupleStrategyGenerator)
|
from .strategy import StrategyGenerator, TensorStrategyGenerator, TensorTupleStrategyGenerator
|
||||||
|
|
||||||
__all__ = ['GetItemHandler']
|
__all__ = ['GetItemHandler']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue