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

pull/2317/head
Zirui Zhu 2023-01-03 18:17:06 +08:00 committed by Frank Lee
parent 3a02b46447
commit 1c29b173c9
1 changed files with 1 additions and 1 deletions

View File

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