mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 10:34:41 +00:00
[NFC] policy colossalai/fx/proxy.py code style (#3269)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
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']
|
||||
|
Reference in New Issue
Block a user