Skip to content

Commit a9a68ba

Browse files
committed
docstyle
1 parent 088d949 commit a9a68ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/modules/train/model_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def with_remote_debug_config(
12331233

12341234
def with_checkpoint_config(
12351235
self, checkpoint_config: Optional[CheckpointConfig] = None
1236-
) -> "ModelTrainer":
1236+
) -> "ModelTrainer": # noqa: D412
12371237
"""Set the checkpoint configuration for the training job.
12381238
12391239
Example:

0 commit comments

Comments
 (0)