Revert "[BE][Easy][12/19] enforce style for empty lines in import segments in test/i*/ (#129763)"

This reverts commit aecc746fccc4495313167e3a7f94210daf457e1d.

Reverted https://github.com/pytorch/pytorch/pull/129763 on behalf of https://github.com/XuehaiPan due to need reland after rerunning lintrunner on main ([comment](https://github.com/pytorch/pytorch/pull/129763#issuecomment-2235736732))
This commit is contained in:
PyTorch MergeBot
2024-07-18 06:39:58 +00:00
parent 6c2c8ee15b
commit b732b52f1e
73 changed files with 90 additions and 72 deletions

View File

@ -7,7 +7,6 @@ import unittest
import torch
from torch.testing._internal.common_utils import IS_CI, IS_WINDOWS
if IS_WINDOWS and IS_CI:
sys.stderr.write(
"Windows CI does not have necessary dependencies for test_xpu_basic yet\n"