Skip to content

Commit 5c2db0e

Browse files
authored
Add missing license header
Differential Revision: D66995586 Pull Request resolved: pytorch#988
1 parent cb0e457 commit 5c2db0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

torchx/schedulers/aws_sagemaker_scheduler.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
7+
28

39
import getpass
410
import os

0 commit comments

Comments
 (0)