[BE][Easy][1/19] enforce style for empty lines in import segments (#129752)

See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter.

You can review these PRs via:

```bash
git diff --ignore-all-space --ignore-blank-lines HEAD~1
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/129752
Approved by: https://github.com/ezyang, https://github.com/malfet
This commit is contained in:
Xuehai Pan
2024-07-15 14:56:25 +08:00
committed by PyTorch MergeBot
parent 5e617d7ef5
commit a3abfa5cb5
31 changed files with 33 additions and 11 deletions

View File

@ -5,6 +5,7 @@ from yaml import dump, Dumper
from torch._export.serde import schema_check
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog="update_schema")
parser.add_argument(