mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/fx/tracer/_tracer_utils.py (#3323)
* [NFC] polish colossalai/engine/schedule/_pipeline_schedule.py code style * [NFC] polish colossalai/fx/tracer/_tracer_utils.py code style --------- Co-authored-by: Qianran Ma <qianranm@luchentech.com>pull/3327/head
parent
64350029fe
commit
ad285e1656
|
@ -1,6 +1,8 @@
|
|||
from typing import List, Union, Any
|
||||
from ..proxy import ColoProxy, ColoAttribute
|
||||
from typing import Any, List, Union
|
||||
|
||||
import torch
|
||||
|
||||
from ..proxy import ColoAttribute, ColoProxy
|
||||
from .meta_patch import meta_patched_function, meta_patched_module
|
||||
|
||||
__all__ = ['is_element_in_list', 'extract_meta']
|
||||
|
|
Loading…
Reference in New Issue