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

@ -9,7 +9,6 @@ import torch._dynamo
import torch.utils.cpp_extension
from torch._C import FileCheck
try:
from extension_backends.cpp.extension_codegen_backend import (
ExtensionCppWrapperCodegen,
@ -33,7 +32,6 @@ from torch._inductor.codegen.common import (
)
from torch.testing._internal.common_utils import IS_FBCODE, IS_MACOS
try:
try:
from . import test_torchinductor