"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "6a3f9fda83ed383f43e3bb0c36158309ff3faa3d"
Commit 4cadb25b authored by CZYCW's avatar CZYCW Committed by binmakeswell
Browse files

[NFC] policy colossalai/fx/proxy.py code style (#3269)

parent d58fa705
import operator import operator
from typing import Any, List, Union
import torch import torch
from torch.fx.proxy import Proxy, Attribute from torch.fx.proxy import Attribute, Proxy
from typing import List, Union, Any
from colossalai.fx.tracer.meta_patch import meta_patched_function from colossalai.fx.tracer.meta_patch import meta_patched_function
__all__ = ['ColoProxy'] __all__ = ['ColoProxy']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment