Skip to content

Commit

Permalink
[NFC] polish colossalai/auto_parallel/tensor_shard/deprecated/graph_a…
Browse files Browse the repository at this point in the history
…nalysis.py code style (#2737)
  • Loading branch information
xyupeng authored Feb 15, 2023
1 parent c9e3ee3 commit 2fd528b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from collections import OrderedDict as ODict
from dataclasses import dataclass
from torch.fx.node import Node
from typing import Any, List, OrderedDict, Union

from torch.fx.graph import Graph
from torch.fx.graph_module import GraphModule
from collections import OrderedDict as ODict
from typing import List, OrderedDict, Union, Any
from torch.fx.node import Node

from colossalai.fx.passes.utils import get_node_module

__all__ = ['LiveVariable', 'LiveVariableVector', 'LiveStage', 'GraphAnalyser']
Expand Down

0 comments on commit 2fd528b

Please sign in to comment.