fix codelint

This commit is contained in:
Deng, Weishi
2025-11-11 21:15:07 -08:00
parent 32112902c9
commit 061c97d7b5

View File

@ -14,11 +14,7 @@ from torch.testing._internal.common_utils import (
IS_LINUX,
parametrize,
)
from torch.testing._internal.inductor_utils import (
GPU_TYPE,
HAS_GPU,
HAS_TRITON
)
from torch.testing._internal.inductor_utils import GPU_TYPE, HAS_GPU, HAS_TRITON
DO_PERF_TEST = os.environ.get("DO_PERF_TEST") == "1"