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
from typing import Any, List, Union
import torch
from torch.fx.proxy import Proxy, Attribute
from typing import List, Union, Any
from torch.fx.proxy import Attribute, Proxy
from colossalai.fx.tracer.meta_patch import meta_patched_function
__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