Files
pytorch/test/onnx/model_defs/__init__.py
Justin Chu 5dd1c67776 [ONNX] Format ONNX python with black
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
2022-05-05 00:19:22 +00:00

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