Commit 80ec2ab
[8/N] Fix unused loop variables in tests (pytorch#166921)
This PR continues to fix or remove unused loop variables in tests.
Pull Request resolved: pytorch#166921
Approved by: https://github.com/mlazos1 parent c724f00 commit 80ec2ab
File tree
5 files changed
+9
-16
lines changed- test
- quantization
- core
- fx
- torch/_export/serde
5 files changed
+9
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
372 | | - | |
| 371 | + | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8807 | 8807 | | |
8808 | 8808 | | |
8809 | 8809 | | |
8810 | | - | |
| 8810 | + | |
8811 | 8811 | | |
8812 | 8812 | | |
8813 | 8813 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1682 | 1682 | | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
| 1685 | + | |
| 1686 | + | |
1690 | 1687 | | |
1691 | 1688 | | |
1692 | 1689 | | |
| |||
1701 | 1698 | | |
1702 | 1699 | | |
1703 | 1700 | | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
| 1701 | + | |
1707 | 1702 | | |
1708 | 1703 | | |
1709 | 1704 | | |
| |||
1713 | 1708 | | |
1714 | 1709 | | |
1715 | 1710 | | |
1716 | | - | |
1717 | | - | |
1718 | | - | |
| 1711 | + | |
1719 | 1712 | | |
1720 | 1713 | | |
1721 | 1714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
0 commit comments