Skip to content

Commit

Permalink
Sync pyre strict comments to match internal copy (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: Julie Ganeshan <[email protected]>
  • Loading branch information
Sanjay-Ganeshan and Julie Ganeshan authored Jul 22, 2024
1 parent 6112e03 commit 76ea111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchx/schedulers/kubernetes_mcad_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

"""
This contains the TorchX Kubernetes_MCAD scheduler which can be used to run TorchX
Expand Down
2 changes: 2 additions & 0 deletions torchx/schedulers/test/kubernetes_mcad_scheduler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

import base64
import importlib
import sys
Expand Down

0 comments on commit 76ea111

Please sign in to comment.