mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE][Easy] enable PYFMT for torch.fx
(#138443)
Reproduce command: ```bash ghstack checkout https://github.com/pytorch/pytorch/pull/138443 git checkout HEAD~1 torch/ lintrunner -a --take "PYFMT" --all-files ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/138443 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
8231180147
commit
abbd71d29d
@ -10,6 +10,7 @@ from torch.fx.passes.utils import HolderModule, lift_subgraph_as_module
|
||||
|
||||
from .tools_common import NodeList
|
||||
|
||||
|
||||
__all__ = ["getattr_recursive", "setattr_recursive", "Component", "split_by_tags"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user