mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-13 03:14:45 +08:00
fix codelint
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user