mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Format all onnx python code with black and isort with ```sh isort torch/onnx/ test/onnx black torch/onnx/ test/onnx ``` Updated lintrunner config to include these paths. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76754 Approved by: https://github.com/suo, https://github.com/BowenBao
5 lines
161 B
Python
5 lines
161 B
Python
from .op_test import * # noqa: F403
|
|
from .squeezenet import * # noqa: F403
|
|
from .srresnet import * # noqa: F403
|
|
from .super_resolution import * # noqa: F403
|