mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 22:52:25 +00:00
[NFC] polish colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py code style (#2289)
This commit is contained in:
@@ -6,7 +6,7 @@ import torch
|
||||
from ..sharding_strategy import OperationData, OperationDataType
|
||||
from .node_handler import NodeHandler
|
||||
from .registry import operator_registry
|
||||
from .strategy import (StrategyGenerator, TensorStrategyGenerator, TensorTupleStrategyGenerator)
|
||||
from .strategy import StrategyGenerator, TensorStrategyGenerator, TensorTupleStrategyGenerator
|
||||
|
||||
__all__ = ['GetItemHandler']
|
||||
|
||||
|
Reference in New Issue
Block a user