Skip to content

Commit

Permalink
Add missing license header (#988)
Browse files Browse the repository at this point in the history
Summary:

This was flagged by the linter in an unrelated diff

Reviewed By: dluo

Differential Revision: D66995586
  • Loading branch information
stroxler authored and facebook-github-bot committed Dec 10, 2024
1 parent cb0e457 commit 7a7be6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions torchx/schedulers/aws_sagemaker_scheduler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/usr/bin/env python3
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.


import getpass
import os
Expand Down

0 comments on commit 7a7be6e

Please sign in to comment.