Browse Source

[NFC] polish colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py code style (#2289)

pull/2317/head
Zirui Zhu 2 years ago committed by Frank Lee
parent
commit
1c29b173c9
  1. 2
      colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py

2
colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py

@ -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']

Loading…
Cancel
Save