Skip to content

Commit b76c517

Browse files
authored
fix format (aws#1841)
1 parent 1938d0b commit b76c517

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

training/distributed_training/pytorch/data_parallel/mnist/code/train_pytorch_smdataparallel_mnist.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
3+
# Licensed under the Apache License, Version 2.0 (the "License"). You
4+
# may not use this file except in compliance with the License. A copy of
5+
# the License is located at
46
#
5-
# http://aws.amazon.com/apache2.0/
7+
# http://aws.amazon.com/apache2.0/
68
#
7-
# or in the "LICENSE.txt" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.
9+
# or in the "license" file accompanying this file. This file is
10+
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11+
# ANY KIND, either express or implied. See the License for the specific
12+
# language governing permissions and limitations under the License.
813

914
from __future__ import print_function
1015

0 commit comments

Comments
 (0)