Skip to content

Commit 4cadb25

Browse files
CZYCWbinmakeswell
authored andcommitted
[NFC] policy colossalai/fx/proxy.py code style (#3269)
1 parent d58fa70 commit 4cadb25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

colossalai/fx/proxy.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import operator
2+
from typing import Any, List, Union
3+
24
import torch
3-
from torch.fx.proxy import Proxy, Attribute
4-
from typing import List, Union, Any
5+
from torch.fx.proxy import Attribute, Proxy
6+
57
from colossalai.fx.tracer.meta_patch import meta_patched_function
68

79
__all__ = ['ColoProxy']

0 commit comments

Comments
 (0)