mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user