Skip to content

Commit 6762840

Browse files
committed
Linting changes
1 parent a4a5e71 commit 6762840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_training/pytorch_xla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def __check_compatibility(self):
125125
) from exception
126126

127127
try:
128-
import torch_xla.distributed.xla_spawn # pylint: disable=unused-import
128+
import torch_xla.distributed.xla_spawn # pylint: disable=unused-import # noqa: F401
129129
except ModuleNotFoundError as exception:
130130
raise ModuleNotFoundError(
131131
"Unable to find SageMaker integration code in PT-XLA. "

0 commit comments

Comments
 (0)