[BE][Easy][2/19] enforce style for empty lines in import segments in .ci/ and .github/ (#129753)

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/129753
Approved by: https://github.com/malfet
ghstack dependencies: #129752
This commit is contained in:
Xuehai Pan
2024-07-15 14:56:26 +08:00
committed by PyTorch MergeBot
parent 096dc444ce
commit 747b38c131
30 changed files with 24 additions and 16 deletions

View File

@ -8,9 +8,9 @@ from typing import Dict, Iterable, List, Literal, Set
from typing_extensions import TypedDict # Python 3.11+
import generate_binary_build_matrix # type: ignore[import]
import jinja2
Arch = Literal["windows", "linux", "macos"]
GITHUB_DIR = Path(__file__).resolve().parent.parent