Skip to content

Commit 820433d

Browse files
committed
Fix Flake8 and black-check errors
1 parent 5cce7a0 commit 820433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/pytorch/estimator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def __init__(
234234

235235
def _pytorch_distribution_configuration(self, distribution):
236236
"""Returns a dict of distribution config for PyTorch training
237-
237+
238238
Args:
239239
distribution (dict): A dictionary with information on how to run distributed training.
240240
Returns:

0 commit comments

Comments
 (0)