Skip to content

Commit 76ea111

Browse files
Sanjay-GaneshanJulie Ganeshan
andauthored
Sync pyre strict comments to match internal copy (#937)
Co-authored-by: Julie Ganeshan <[email protected]>
1 parent 6112e03 commit 76ea111

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

torchx/schedulers/kubernetes_mcad_scheduler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8+
# pyre-strict
9+
810
"""
911
1012
This contains the TorchX Kubernetes_MCAD scheduler which can be used to run TorchX

torchx/schedulers/test/kubernetes_mcad_scheduler_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-strict
8+
79
import base64
810
import importlib
911
import sys

0 commit comments

Comments
 (0)